diff --git a/jetforce.py b/jetforce.py index fb15299..43daf78 100755 --- a/jetforce.py +++ b/jetforce.py @@ -54,7 +54,7 @@ import urllib.parse if sys.version_info < (3, 7): sys.exit("Fatal Error: jetforce requires Python 3.7+") -__version__ = "0.2.2" +__version__ = "0.2.3" __title__ = "Jetforce Gemini Server" __author__ = "Michael Lazar" __license__ = "Floodgap Free Software License" diff --git a/setup.py b/setup.py index 7d0e464..135c224 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.2.2", + version="0.2.3", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",