From 3704d64ecfce09e6d88a18be1fef7941b1edd45f Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 15 May 2020 01:26:57 -0400 Subject: [PATCH] Bumping version --- jetforce.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jetforce.py b/jetforce.py index 974dd25..621f168 100755 --- a/jetforce.py +++ b/jetforce.py @@ -70,7 +70,7 @@ from twisted.python.randbytes import secureRandom if sys.version_info < (3, 7): sys.exit("Fatal Error: jetforce requires Python 3.7+") -__version__ = "0.2.2" +__version__ = "1.0.0rc1" __title__ = "Jetforce Gemini Server" __author__ = "Michael Lazar" __license__ = "Floodgap Free Software License" diff --git a/setup.py b/setup.py index dea9fa8..9c5a70a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.2.2", + version="1.0.0rc1", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",