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