8000 REL: Release 1.9.2 · numpy/numpy@762c6f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 762c6f1

Browse files
committed
REL: Release 1.9.2
1 parent 1f68813 commit 762c6f1

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
@@ -51,7 +51,7 @@
5151
MINOR = 9
5252
MICRO = 2
5353
ISRELEASED = True
54-
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
54+
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
5555

5656

5757
# Return the git revision as a string

0 commit comments

Comments
 (0)
0