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