Bump version for development.

This commit is contained in:
Solderpunk 2020-06-08 18:49:26 +02:00
parent 9a80987587
commit 9526c384db
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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",