Skip to content

Commit 95d3c11

Browse files
authored
correct issue with version.
1 parent 40d5194 commit 95d3c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydf/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from distutils.version import StrictVersion
22

3-
VERSION = StrictVersion('0.3.0')
3+
VERSION = StrictVersion('0.30.0')

0 commit comments

Comments
 (0)