Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Mar 25, 2021
1 parent 8c85de2 commit 792e3dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.2.1dev'
__version__='0.2.1'
2 changes: 1 addition & 1 deletion reegis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if not os.environ.get("READTHEDOCS") == "True":
requirements = [
"pandas",
"demandlib{0}oemof/demandlib/archive/v0.1.7b1.zip".format(github),
"demandlib",
"tables",
"shapely",
"pvlib",
Expand All @@ -20,9 +20,7 @@
"workalendar",
"pyproj",
"pytz",
"windpowerlib{0}wind-python/windpowerlib/archive/v0.2.1b1.zip".format(
github
),
"windpowerlib",
"python-dateutil",
"Rtree",
"xlrd",
Expand All @@ -38,7 +36,7 @@ def read(fname):

setup(
name="reegis",
version=reegis.__version__,
version="0.2.1",
author="Uwe Krien",
author_email="krien@uni-bremen.de",
description="Open geospatial data model",
Expand Down

0 comments on commit 792e3dd

Please sign in to comment.