diff --git a/pyproject.toml b/pyproject.toml index 760aa1a..05b8ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "argenta" -version = "0.1.3" +version = "0.2.0" description = "python library for creating cli apps" authors = [ {name = "kolo",email = "kolo.is.main@gmail.com"} diff --git a/setup.py b/setup.py index c09eed2..e74c722 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="argenta", - version="0.1.3", + version="0.2.0", author="kolo", author_email="kolo.is.main@gmail.com", description="Python library for creating CLI apps",