diff --git a/jetforce.py b/jetforce.py index f541c28..4b9e2a5 100644 --- a/jetforce.py +++ b/jetforce.py @@ -12,7 +12,7 @@ import typing if sys.version_info < (3, 7): sys.exit("Fatal Error: jetforce requires Python 3.7+") -__version__ = "0.0.1" +__version__ = "0.0.2" __title__ = "Jetforce Gemini Server" __author__ = "Michael Lazar" __license__ = "GNU General Public License v3.0" diff --git a/setup.py b/setup.py index 203a07d..9ab77a0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.0.1", + version="0.0.2", url="https://github.com/michael-lazar/jetforce", license="GPL-3.0", author="Michael Lazar",