Skip to content

Commit

Permalink
fix: add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Apr 25, 2022
1 parent 339bab5 commit 6cfd8ad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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.13.2"
__version__ = "1.13.3"


getLogger(__name__).addHandler(NullHandler())
17 changes: 16 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ooliver-botbase"
version = "1.13.2"
version = "1.13.3"
description = "A personal nextcord bot base package for bots."
authors = ["ooliver1 <[email protected]>"]
license = "MIT"
Expand All @@ -22,6 +22,7 @@ python = "^3.8"
asyncpg = ">=0.25.0<0.26.0"
nextcord = ">=2.0.0-alpha.10<3.0.0"
jishaku = "^2.4.0"
nextcord-ext-menus = "^1.5.2"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
Expand Down

0 comments on commit 6cfd8ad

Please sign in to comment.