Skip to content

Commit

Permalink
REL: release NumPy 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Dec 28, 2009
1 parent dc55b99 commit 4b42c8f
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 @@ -51,8 +51,8 @@
MAJOR = 1
MINOR = 4
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Return the svn version as a string, raise a ValueError otherwise
def svn_version():
Expand Down

0 comments on commit 4b42c8f

Please sign in to comment.