We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0cb6a commit 250a1dbCopy full SHA for 250a1db
odps/__init__.py
@@ -17,7 +17,7 @@
17
18
import sys
19
20
-__version__ = '0.4.1'
+__version__ = '0.4.2'
21
__all__ = ['ODPS',]
22
23
version = sys.version_info
setup.py
@@ -57,7 +57,7 @@
57
long_description = f.read()
58
59
setup(name='pyodps',
60
- version='0.4.1',
+ version='0.4.2',
61
description='ODPS Python SDK',
62
long_description=long_description,
63
author='Wu Wei',
0 commit comments