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