This commit is contained in:
2025-02-09 13:42:06 +03:00
parent dfc3c472ce
commit 684760121c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"}
+1 -1
View File
@@ -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",