diff --git a/pyproject.toml b/pyproject.toml index 6175058..f61b50f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the yardang authors", email = "t.paine154@gmail.com"}] description="Easily generate sphinx documentation" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.2.1" +version = "0.2.2" requires-python = ">=3.9" keywords = [] @@ -60,7 +60,7 @@ develop = [ yardang = "yardang.cli:main" [tool.bumpversion] -current_version = "0.2.1" +current_version = "0.2.2" commit = true tag = false diff --git a/yardang/__init__.py b/yardang/__init__.py index 3ced358..b5fdc75 100644 --- a/yardang/__init__.py +++ b/yardang/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"