Bump version for development.

This commit is contained in:
Solderpunk 2020-06-13 23:42:36 +02:00
parent b972ca7d5d
commit 097458754e
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"
_VERSION = "1.0.2dev"
_MAX_REDIRECTS = 5

View File

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