Skip to content

Commit 250a1db

Browse files
author
继盛
committed
upgrade to 0.4.2
1 parent 1c0cb6a commit 250a1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

odps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import sys
1919

20-
__version__ = '0.4.1'
20+
__version__ = '0.4.2'
2121
__all__ = ['ODPS',]
2222

2323
version = sys.version_info

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
long_description = f.read()
5858

5959
setup(name='pyodps',
60-
version='0.4.1',
60+
version='0.4.2',
6161
description='ODPS Python SDK',
6262
long_description=long_description,
6363
author='Wu Wei',

0 commit comments

Comments
 (0)