summaryrefslogtreecommitdiff
path: root/pygerrit/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/__init__.py')
-rw-r--r--pygerrit/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygerrit/__init__.py b/pygerrit/__init__.py
index 8bc193e..43eba69 100644
--- a/pygerrit/__init__.py
+++ b/pygerrit/__init__.py
@@ -22,7 +22,7 @@
""" Module to interface with Gerrit. """
-__numversion__ = (0, 2, 4)
+__numversion__ = (0, 2, 5)
__version__ = '.'.join([str(num) for num in __numversion__])