]> git.scottworley.com Git - pinch/blobdiff - setup.py
Start on 3.0.9
[pinch] / setup.py
index ab680db5a652ec1e718db5fcf23f868c933534b9..8dc59a281621e74e37abd138dfd338d49b934ff7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.4',
+    version='3.0.9-pre',
     py_modules=['pinch'],
     entry_points={'console_scripts': ['pinch = pinch:main']},
     dependency_links=['https://scottworley.com/git/git-cache'],