Skip to content

Commit

Permalink
changed version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
GrumpyNounours committed May 23, 2015
1 parent caf45c2 commit 74b6905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyseidon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#Permission info for OpenDap server
#print "OpenDap server connexion info:"

__version__ = '2.1'
__version__ = 'dvt-v2'
__all__ = ["FVCOM", "ADCP", "Drifter", "TideGauge",\
"Validation", "Station", "utilities" ]
__authors__ = ['Wesley Bowman, Thomas Roc, Jonathan Smith']
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():

if option=='n':
setup(name='PySeidon',
version='2.1',
version='dvt-v2',
description='Suite of tools for tidal-energy and FVCOM-user communities',
long_description=readme(),
url='https://github.com/GrumpyNounours/PySeidon',
Expand All @@ -26,7 +26,7 @@ def readme():
zip_safe=False)
else:
setup(name='PySeidon',
version='2.1',
version='dvt-v2',
description='Suite of tools for tidal-energy and FVCOM-user communities',
long_description=readme(),
url='https://github.com/GrumpyNounours/PySeidon',
Expand Down

0 comments on commit 74b6905

Please sign in to comment.