summaryrefslogtreecommitdiff
path: root/cheetah/Version.py
diff options
context:
space:
mode:
Diffstat (limited to 'cheetah/Version.py')
-rw-r--r--cheetah/Version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheetah/Version.py b/cheetah/Version.py
index f01d1cd..94f007f 100644
--- a/cheetah/Version.py
+++ b/cheetah/Version.py
@@ -1,5 +1,5 @@
Version = '2.4.4'
-VersionTuple = (2, 4, 4, 'development', 0)
+VersionTuple = (2, 4, 4, 'development', 1)
MinCompatibleVersion = '2.0rc6'
MinCompatibleVersionTuple = (2, 0, 0, 'candidate', 6)