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