Skip to content
Snippets Groups Projects
Verified Commit 78b358fb authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Bump version to 0.1.5

parent cd0598ca
No related branches found
Tags 0.1.5
No related merge requests found
Pipeline #2449619 passed
......@@ -22,7 +22,7 @@ copyright = '2020-2021, Frank Sauerburger'
author = 'Frank Sauerburger'
# The full version, including alpha/beta/rc tags
release = '0.1.3'
release = '0.1.5'
# -- General configuration ---------------------------------------------------
......
......@@ -21,7 +21,7 @@ def load_long_description(filename):
return content
setup(name='uhepp',
version='0.1.4', # Also change in module and docs
version='0.1.5', # Also change in module and docs
packages=["uhepp", "uhepp.tests"],
install_requires=["tzlocal",
"requests",
......
......@@ -20,7 +20,7 @@ import matplotlib.pyplot as plt
from matplotlib.ticker import AutoMinorLocator, LogLocator
import atlasify
__version__ = "0.1.4" # Also change in setup.py and docs
__version__ = "0.1.5" # Also change in setup.py and docs
DEFAULT_API = "https://uhepp.org/api/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment