]> git.scottworley.com Git - git-cache/blobdiff - setup.py
Support "tag <tag>" syntax for fetching tags
[git-cache] / setup.py
index 9d068e7f0c4bb0ae7a36487447bbd3154e98c9f9..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-pre",
+    version="1.5.0-pre",
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",