Skip to content

Commit cfb2633

Browse files
committed
Release 0.7.1
Separate python 2 and 3 wheels for PyPI distribution
1 parent c54ff06 commit cfb2633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[metadata]
22
description-file = README.md
33
[wheel]
4-
universal = 1
4+
universal = 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
license='MIT',
2626
keywords='functional pipeline data collection chain rdd linq parallel',
2727
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']),
28-
version='0.7.0',
28+
version='0.7.1',
2929
install_requires=install_requires,
3030
extras_requires={
3131
'all': ['pandas']

0 commit comments

Comments
 (0)