Skip to content

Commit

Permalink
painer
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed May 1, 2022
1 parent 6f45238 commit adac71b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 129 deletions.
2 changes: 1 addition & 1 deletion botbase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .checks import *


__version__ = "1.14.3"
__version__ = "1.14.4"


getLogger(__name__).addHandler(NullHandler())
129 changes: 3 additions & 126 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ooliver-botbase"
version = "1.14.3"
version = "1.14.4"
description = "A personal nextcord bot base package for bots."
authors = ["ooliver1 <[email protected]>"]
license = "MIT"
Expand All @@ -21,7 +21,6 @@ botbase = "botbase.cli:main"
python = "^3.8"
asyncpg = ">=0.25.0<0.26.0"
nextcord = ">=2.0.0-alpha.10<3.0.0"
jishaku = {git = "https://github.com/gorialis/jishaku", rev = "0cc49781288c514d563d07c17a5eabfaf8fd6d29"}
nextcord-ext-menus = "^1.5.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit adac71b

Please sign in to comment.