Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov committed Sep 29, 2019
1 parent 604c278 commit 1b65676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Utilities'
]
AUTHOR = ("Anton Korosov, Morten W. Hansen, Kunt-Frode Dagestad, Aleksander Vines, Asuka Yamakawa")
AUTHOR = ("Anton Korosov, Morten W. Hansen, Kunt-Frode Dagestad, Aleksander Vines, Asuka Yamakawa, Artem Moiseev, Mohamed Babiker")
AUTHOR_EMAIL = "nansat-dev@googlegroups.com"
PLATFORMS = ["Linux", "OS X", "Windows"]
MAJOR = 1
MINOR = 2
MICRO = 1
MICRO = 2
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Remember to remove "dev" when releasing
REQS = [
Expand Down

0 comments on commit 1b65676

Please sign in to comment.