From a283fc1d14ccab5fb9672b576ac1ed44c07784da Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 8 Aug 2019 21:34:29 -0400 Subject: [PATCH] Bump version --- jetforce.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jetforce.py b/jetforce.py index 152ec21..b32c792 100644 --- a/jetforce.py +++ b/jetforce.py @@ -15,7 +15,7 @@ import typing if sys.version_info < (3, 7): sys.exit("Fatal Error: jetforce requires Python 3.7+") -__version__ = "0.0.3" +__version__ = "0.0.4" __title__ = "Jetforce Gemini Server" __author__ = "Michael Lazar" __license__ = "GNU General Public License v3.0" diff --git a/setup.py b/setup.py index 40b4de8..8e5087d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.0.3", + version="0.0.4", url="https://github.com/michael-lazar/jetforce", license="GPL-3.0", author="Michael Lazar",