We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5707125 commit 06f6081Copy full SHA for 06f6081
setup.py
@@ -147,7 +147,7 @@
147
148
DISTNAME = 'pandas'
149
LICENSE = 'BSD'
150
-AUTHOR = "AQR Capital Management, LLC"
+AUTHOR = "The pandas Development Team"
151
MAINTAINER = "Wes McKinney"
152
MAINTAINER_EMAIL = "wesmckinn@gmail.com"
153
URL = "http://pandas.sourceforge.net"
@@ -167,9 +167,9 @@
167
MAJOR = 0
168
MINOR = 7
169
MICRO = 0
170
-ISRELEASED = False
+ISRELEASED = True
171
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
172
-QUALIFIER = ''
+QUALIFIER = 'rc1'
173
174
FULLVERSION = VERSION
175
if not ISRELEASED:
0 commit comments