summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pymemcache/__init__.py2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 123a25c..1d1cde0 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '1.4.3'
+__version__ = '1.4.4'
__author__ = "Charles Gordon"
diff --git a/setup.cfg b/setup.cfg
index a837e93..823b446 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.4.3
+current_version = 1.4.4
commit = False
tag = True