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