diff --git a/av98.py b/av98.py index 071a801..bd8b52a 100755 --- a/av98.py +++ b/av98.py @@ -50,7 +50,7 @@ try: except ModuleNotFoundError: _HAS_CRYPTOGRAPHY = False -_VERSION = "1.0.0" +_VERSION = "1.0.1.dev" _MAX_REDIRECTS = 5 diff --git a/setup.py b/setup.py index c85f0a3..d59298b 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='AV-98', - version='1.0.0', + version='1.0.1.dev', description="Command line Gemini client.", author="Solderpunk", author_email="solderpunk@sdf.org",