8000 REL: correction to version numbering · r-devulap/numpy@b8df705 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8df705

Browse files
committed
REL: correction to version numbering
1 parent 29e1752 commit b8df705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
MINOR = 14
6666
MICRO = 4
6767
ISRELEASED = False
68-
VERSION = '%d.%d.%d-dev' % (MAJOR, MINOR, MICRO)
68+
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6969

7070

7171
# Return the git revision as a string

0 commit comments

Comments
 (0)
0