Skip to content

Commit

Permalink
fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosnec committed Jun 29, 2014
1 parent 06b14d1 commit f5e8d89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"""

MAJOR = 0
MINOR = 3
MICRO = 0
MINOR = 2
MICRO = 2
ISRELEASED = False
PRERELEASE = 1
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
Expand Down Expand Up @@ -56,6 +56,7 @@ def setup_package():
},
keywords = [
'astronomy',
'light curve',
'stellar pulsation',
'variable star'
],
Expand Down

0 comments on commit f5e8d89

Please sign in to comment.