bump version

This commit is contained in:
Zomatree
2023-06-13 03:34:42 +01:00
parent 828b428f48
commit 4e70b8076c
2 changed files with 7 additions and 2 deletions
+6
View File
@@ -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"
+1 -2
View File
@@ -18,5 +18,4 @@ from .role import *
from .server import *
from .user import *
__version__ = "0.1.9"
__version__ = "0.1.11"