Skip to content

Commit

Permalink
Bump version to 0.5.1, limit mypy version to fix compatibility
Browse files Browse the repository at this point in the history
pmdevita committed Nov 29, 2023
1 parent 3651d38 commit 4f67144
Showing 2 changed files with 618 additions and 765 deletions.
1,379 changes: 616 additions & 763 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name = "hikari-atsume"
packages = [
{ include="atsume" },
]
version = "0.5.0"
version = "0.5.1"
description = "An opinionated, Django-like Discord bot framework for Hikari, Tanjun, and Ormar"
authors = ["Peter DeVita <mewtwo2643@yahoo.com>"]
readme = "Readme.md"
@@ -48,7 +48,7 @@ myst-parser = "^2.0.0"
sphinx-autodoc2 = "^0.4.2"
sphinx-autoapi = ">=2.1.1,<4.0.0"
sphinxcontrib-asyncio = "^0.3.0"
mypy = "^1.4.1"
mypy = {version = "^1.4.1,<1.6.0", extras = ["mypyc"]}
black = "^23.7.0"
pre-commit = "^3.3.3"
nox = "^2023.4.22"

0 comments on commit 4f67144

Please sign in to comment.