diff --git a/av98.py b/av98.py index fd8d8e5..071a801 100755 --- a/av98.py +++ b/av98.py @@ -50,7 +50,7 @@ try: except ModuleNotFoundError: _HAS_CRYPTOGRAPHY = False -_VERSION = "0.0.1" +_VERSION = "1.0.0" _MAX_REDIRECTS = 5 diff --git a/setup.py b/setup.py index e4e4c96..c85f0a3 100755 --- a/setup.py +++ b/setup.py @@ -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",