Skip to content

Commit

Permalink
Version update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Vines authored Jan 26, 2018
1 parent 039e230 commit b96e4e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Topic :: Scientific/Engineering :: Information Analysis',
Expand All @@ -59,9 +61,9 @@
AUTHOR = ("Anton Korosov, Morten W. Hansen, Kunt-Frode Dagestad, Aleksander Vines, Asuka Yamakawa")
AUTHOR_EMAIL = "[email protected]"
PLATFORMS = ["Linux", "OS X", "Windows"]
MAJOR = 0
MINOR = 6
MICRO = 17
MAJOR = 1
MINOR = 0
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Remember to remove "dev" when releasing
REQS = [
Expand Down

0 comments on commit b96e4e8

Please sign in to comment.