summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-23 15:54:21 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-23 15:54:21 -0400
commit6bbefff4aa01af99bb2da8b7d4d1ac5afe6e0828 (patch)
treea843e42b0a90f4b151a69aba35eab80a4c42d9ed /setup.py
parent8520f67ef0f60960493c73ebc22afceb87f0fecf (diff)
downloadcliff-6bbefff4aa01af99bb2da8b7d4d1ac5afe6e0828.tar.gz
prepare for 1.4.5 release
Change-Id: Ifa496b7d9be42b0a78a979e4c3a852bbc37b9c17
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e58420a..672d00c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
PROJECT = 'cliff'
-VERSION = '1.4.4'
+VERSION = '1.4.5'
from setuptools import setup, find_packages