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