]> git.scottworley.com Git - git-cache/blobdiff - setup.py
Support "tag <tag>" syntax for fetching tags
[git-cache] / setup.py
index c412039af19e569798f62ace62630a228ae9e618..89de0646bcaad6513d497936fb4306f01f054db2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="git_cache",
-    version="1.4.4",
+    version="1.5.0-pre",
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",