diff options
-rwxr-xr-x | av98.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ try: except ModuleNotFoundError: _HAS_CRYPTOGRAPHY = False -_VERSION = "0.0.1" +_VERSION = "1.0.0" _MAX_REDIRECTS = 5 @@ -2,7 +2,7 @@ from setuptools import setup setup( name='AV-98', - version='0.0.1', + version='1.0.0', description="Command line Gemini client.", author="Solderpunk", author_email="solderpunk@sdf.org", |