Skip to content

Commit d9496db

Browse files
committed
increment version
1 parent 0066268 commit d9496db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/python
1+
#!/usr/bin/env python
22
"""
33
This setup.py is based on https://github.com/pypa/sampleproject
44
More documentation at https://packaging.python.org/en/latest/distributing.html
@@ -22,7 +22,7 @@
2222
# Versions should comply with PEP440. For a discussion on single-sourcing
2323
# the version across setup.py and the project code, see
2424
# https://packaging.python.org/en/latest/single_source_version.html
25-
version='0.2.7',
25+
version='0.2.8',
2626

2727
description='Yet Another Workflow Engine, a subprocess-based DAG execution system',
2828
long_description=long_description,

0 commit comments

Comments
 (0)