X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/02c8290c2eb98e1fd6d7a0db1dcf11976ad2d85d..86666a85eaeea98a38e0cbae449ddce1a8866225:/setup.py diff --git a/setup.py b/setup.py index 76e2a21..61bebef 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='pinch', - version='3.0.1', + version='3.0.9', py_modules=['pinch'], entry_points={'console_scripts': ['pinch = pinch:main']}, dependency_links=['https://scottworley.com/git/git-cache'],