Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Jan 26, 2016
1 parent 36a269e commit 0cde544
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
DOWNLOAD_URL = "https://github.com/nansencenter/nansat"
LICENSE = "GNU General Public License"
CLASSIFIERS = '***' # filter(None, CLASSIFIERS.split('\n'))
AUTHOR = ("Asuka Yamakawa, Anton Korosov, Morten W. Hansen, Kunt-Frode Dagestad")
AUTHOR = ("Anton Korosov, Morten W. Hansen, Kunt-Frode Dagestad, Aleksander Vines, Asuka Yamakawa")
AUTHOR_EMAIL = "[email protected]"
PLATFORMS = ["UNKNOWN"]
MAJOR = 0
MINOR = 7
MICRO = 0
MINOR = 6
MICRO = 7
ISRELEASED = True
VERSION = '%d.%d-dev.%d' % (MAJOR, MINOR, MICRO) # Remember to remove "dev" when releasing
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Remember to remove "dev" when releasing
REQS = [
"Pillow",
"requests",
Expand Down

0 comments on commit 0cde544

Please sign in to comment.