Skip to content

Commit 06f6081

Browse files
committed
RLS: 0.7.0 Release Candidate 1
1 parent 5707125 commit 06f6081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
DISTNAME = 'pandas'
149149
LICENSE = 'BSD'
150-
AUTHOR = "AQR Capital Management, LLC"
150+
AUTHOR = "The pandas Development Team"
151151
MAINTAINER = "Wes McKinney"
152152
MAINTAINER_EMAIL = "wesmckinn@gmail.com"
153153
URL = "http://pandas.sourceforge.net"
@@ -167,9 +167,9 @@
167167
MAJOR = 0
168168
MINOR = 7
169169
MICRO = 0
170-
ISRELEASED = False
170+
ISRELEASED = True
171171
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
172-
QUALIFIER = ''
172+
QUALIFIER = 'rc1'
173173

174174
FULLVERSION = VERSION
175175
if not ISRELEASED:

0 commit comments

Comments
 (0)