Release 1.0.1.

This commit is contained in:
Solderpunk 2020-06-13 23:39:04 +02:00
parent 76d7d23a2a
commit b972ca7d5d
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ try:
except ModuleNotFoundError:
_HAS_CRYPTOGRAPHY = False
_VERSION = "1.0.1.dev"
_VERSION = "1.0.1"
_MAX_REDIRECTS = 5

View File

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