diff --git a/pyproject.toml b/pyproject.toml index 8678512..b7b384d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "wikidot" -version = "4.0.5" +version = "4.0.6" authors = [{ name = "ukwhatn", email = "ukwhatn@gmail.com" }] description = "Wikidot Utility Library" readme = "README.md" diff --git a/src/wikidot/__init__.py b/src/wikidot/__init__.py index 3417838..5e52af6 100644 --- a/src/wikidot/__init__.py +++ b/src/wikidot/__init__.py @@ -13,7 +13,7 @@ from .module.client import Client __all__ = ["Client"] -__version__ = "4.0.2" +__version__ = "4.0.6" def _import_submodules() -> None: