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