diff --git a/condainer/version.py b/condainer/version.py
index 8490c2e71e0664f3ed02b58620a0f4da3046a6cb..c5973595e751c39bd1374cc8e6fd8c3fbcd39133 100644
--- a/condainer/version.py
+++ b/condainer/version.py
@@ -3,7 +3,7 @@
 Single location for the version information.
 """
 
-ver = (0, 1, 12)
+ver = (0, 1, 13)
 
 def get_version_string():
     """Return the full version number."""