Downgrade the version for pre-release

This commit is contained in:
Michael Lazar 2019-08-04 22:02:18 -04:00
parent 94cca05bd5
commit aa96b29b6c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import ssl
import sys import sys
from typing import Any, Callable, Dict, Iterator, Optional, Union from typing import Any, Callable, Dict, Iterator, Optional, Union
__version__ = "0.1.0" __version__ = "0.0.1"
__title__ = "Jetforce Gemini Server" __title__ = "Jetforce Gemini Server"
__author__ = "Michael Lazar" __author__ = "Michael Lazar"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"

View File

@ -10,7 +10,7 @@ def long_description():
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.1.0", version="0.0.1",
url="https://github.com/michael-lazar/jetforce", url="https://github.com/michael-lazar/jetforce",
license="GPL-3.0", license="GPL-3.0",
author="Michael Lazar", author="Michael Lazar",