Upping version

This commit is contained in:
Michael Lazar 2020-05-24 21:31:41 -04:00
parent 50bde8b7f2
commit 524df0d56a
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ import urllib.parse
if sys.version_info < (3, 7): if sys.version_info < (3, 7):
sys.exit("Fatal Error: jetforce requires Python 3.7+") sys.exit("Fatal Error: jetforce requires Python 3.7+")
__version__ = "0.2.2" __version__ = "0.2.3"
__title__ = "Jetforce Gemini Server" __title__ = "Jetforce Gemini Server"
__author__ = "Michael Lazar" __author__ = "Michael Lazar"
__license__ = "Floodgap Free Software License" __license__ = "Floodgap Free Software License"

View File

@ -10,7 +10,7 @@ def long_description():
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.2.2", version="0.2.3",
url="https://github.com/michael-lazar/jetforce", url="https://github.com/michael-lazar/jetforce",
license="Other/Proprietary License", license="Other/Proprietary License",
author="Michael Lazar", author="Michael Lazar",