diff --git a/pyproject.toml b/pyproject.toml index df07234..5005c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-template-x" -version = "0.1.1" +version = "0.2.0" description = "This is a python template." authors = ["Mark Beacom "] readme = "README.md" diff --git a/python_template/__init__.py b/python_template/__init__.py index c84aa27..9a7265d 100644 --- a/python_template/__init__.py +++ b/python_template/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__: str = "0.1.1" +__version__: str = "0.2.0"