Unverified Commit 0d55e2d2 authored by Allison Suarez Miranda's avatar Allison Suarez Miranda Committed by GitHub

bumped version for new release (#755)

parent 4794dfb3
...@@ -37,7 +37,7 @@ requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'r ...@@ -37,7 +37,7 @@ requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'r
with open(requirements_path) as requirements_file: with open(requirements_path) as requirements_file:
requirements = requirements_file.readlines() requirements = requirements_file.readlines()
__version__ = '2.3.0' __version__ = '3.0.0'
setup( setup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment