Skip to content

Commit 877e596

Browse files
committed
RLS: update to 0.4.1dev
1 parent c1a3905 commit 877e596

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pandas/version.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
from datetime import datetime
2-
31
version = '0.4.0'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117

118118
MAJOR = 0
119119
MINOR = 4
120-
MICRO = 0
121-
ISRELEASED = True
120+
MICRO = 1
121+
ISRELEASED = False
122122
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
123123

124124
FULLVERSION = VERSION

0 commit comments

Comments
 (0)