Cut 1.0.0!

This commit is contained in:
Solderpunk 2020-06-07 22:51:02 +02:00
parent d7082d23e5
commit 9a80987587
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ try:
except ModuleNotFoundError: except ModuleNotFoundError:
_HAS_CRYPTOGRAPHY = False _HAS_CRYPTOGRAPHY = False
_VERSION = "0.0.1" _VERSION = "1.0.0"
_MAX_REDIRECTS = 5 _MAX_REDIRECTS = 5

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='AV-98', name='AV-98',
version='0.0.1', version='1.0.0',
description="Command line Gemini client.", description="Command line Gemini client.",
author="Solderpunk", author="Solderpunk",
author_email="solderpunk@sdf.org", author_email="solderpunk@sdf.org",