X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/75076e7da897635c486c47b1c741190e5e54656d..refs/tags/v3.0.10:/setup.py diff --git a/setup.py b/setup.py index 7d28c68..57fc3b9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='pinch', - version='3.0.10-pre', + version='3.0.10', py_modules=['pinch'], entry_points={'console_scripts': ['pinch = pinch:main']}, dependency_links=['https://scottworley.com/git/git-cache'],