Skip to content

Commit 0702174

Browse files
committed
universal wheel
1 parent 6acba42 commit 0702174

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E
33

44
[easy_install]
55

6+
[bdist_wheel]
7+
universal = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
README = os.path.join(SETUP_DIR, 'README.rst')
1111

1212
setup(name='cwl-upgrader',
13-
version='0.2.2',
13+
version='0.3.0',
1414
description='Common Workflow Language standalone document upgrader',
1515
long_description=open(README).read(),
1616
author='Common Workflow Language contributors',

0 commit comments

Comments
 (0)