From aa96b29b6c8862c0460fb39b55f081e8d6f0c3a1 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 4 Aug 2019 22:02:18 -0400 Subject: [PATCH] Downgrade the version for pre-release --- jetforce.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jetforce.py b/jetforce.py index 217066c..a94e0f3 100644 --- a/jetforce.py +++ b/jetforce.py @@ -8,7 +8,7 @@ import ssl import sys from typing import Any, Callable, Dict, Iterator, Optional, Union -__version__ = "0.1.0" +__version__ = "0.0.1" __title__ = "Jetforce Gemini Server" __author__ = "Michael Lazar" __license__ = "GNU General Public License v3.0" diff --git a/setup.py b/setup.py index fdcac8c..fd27e95 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.1.0", + version="0.0.1", url="https://github.com/michael-lazar/jetforce", license="GPL-3.0", author="Michael Lazar",