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