]> git.scottworley.com Git - git-cache/blobdiff - setup.py
Start on 1.2.0
[git-cache] / setup.py
index 5af584ae222259d9c77a38a97facc7757f661b1d..7ec5b25ed4d09ef4b23e0aecfe1d2d5b06f7162f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="git_cache",
-    version="1.1.0",
+    version="1.2.0-pre",
     entry_points={'console_scripts': ['git-cache = git_cache:_main']},
     py_modules=['git_cache'],
 )