Skip to content
Snippets Groups Projects
Commit 38f67b09 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Fix. Updated version info (v0.7.15).

parent cdbfbad6
Branches
Tags v0.7.15
No related merge requests found
Pipeline #
__version__ = '0.7.14'
__version__ = '0.7.15'
__versionalias__ = '20180409.01'
......@@ -12,7 +12,7 @@ with open('HISTORY.rst') as history_file:
history = history_file.read()
version = {}
with open("enpt/version.py") as version_file:
with open("geoarray/version.py") as version_file:
exec(version_file.read(), version)
requirements = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment