Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tibue99 committed Apr 15, 2023
1 parent fd8e698 commit 70fc607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pre-commit
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = {attr = "ezcord.__version__"}

[tool.setuptools.dynamic.optional-dependencies]
docs = {file = "docs/requirements.txt"}
dev = ["pre-commit"]
dev = {file = "dev-requirements.txt"}

[project.urls]
GitHub = "https://github.com/tibue99/ezcord"
Expand Down
2 changes: 1 addition & 1 deletion src/ezcord/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "ezcord"
__author__ = "tibue99"
__license__ = "MIT"
__version__ = "0.1.2"
__version__ = "0.1.3"

from . import emb, logs, times, utils
from .bot import Bot
Expand Down

0 comments on commit 70fc607

Please sign in to comment.