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