diff --git a/pyproject.toml b/pyproject.toml index 3fdf3fc..cdc4d34 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/revolt/__init__.py b/revolt/__init__.py index 5fc1ba5..7395dae 100755 --- a/revolt/__init__.py +++ b/revolt/__init__.py @@ -18,5 +18,4 @@ from .role import * from .server import * from .user import * -__version__ = "0.1.9" - \ No newline at end of file +__version__ = "0.1.11"