Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Jun 13, 2023
1 parent 828b428 commit 4e70b80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ reportImportCycles = false
reportIncompatibleMethodOverride = false
typeCheckingMode = "strict"

[tool.hatch.build.targets.sdist]
strict-naming = false

[tool.hatch.build.targets.wheel]
strict-naming = false

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
3 changes: 1 addition & 2 deletions revolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
from .server import *
from .user import *

__version__ = "0.1.9"

__version__ = "0.1.11"

0 comments on commit 4e70b80

Please sign in to comment.