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