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