Skip to content

Commit 6f45238

Browse files
committed
chore: version
1 parent 1e8324e commit 6f45238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

botbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .checks import *
1818

1919

20-
__version__ = "1.14.2"
20+
__version__ = "1.14.3"
2121

2222

2323
getLogger(__name__).addHandler(NullHandler())

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ooliver-botbase"
3-
version = "1.14.2"
3+
version = "1.14.3"
44
description = "A personal nextcord bot base package for bots."
55
authors = ["ooliver1 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)