Skip to content

Commit fdac6c6

Browse files
committed
bump version, merge branch 'devel'
2 parents b8521de + 283079c commit fdac6c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__author__ = "Casper da Costa-Luis <casper.dcl@physics.org>"
1313
__licence__ = "Apache-2.0"
14-
__version__ = "1.0.3"
14+
__version__ = "1.0.4"
1515
src_dir = os.path.abspath(os.path.dirname(__file__))
1616

1717
# Execute Makefile commands if specified
@@ -43,7 +43,10 @@
4343
platforms=["any"],
4444
packages=["shtab"],
4545
provides=["shtab"],
46-
install_requires=["argparse; python_version < '3.2'"],
46+
install_requires=[
47+
"argparse; python_version < '2.7'"
48+
" or ('3.0' <= python_version and python_version < '3.2')"
49+
],
4750
extras_require={"dev": requirements_dev},
4851
entry_points={"console_scripts": ["shtab=shtab:main.main"]},
4952
package_data={"shtab": ["LICENCE"]},

0 commit comments

Comments
 (0)