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