aboutsummaryrefslogtreecommitdiffstats
path: root/sos/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/__init__.py')
-rw-r--r--sos/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/__init__.py b/sos/__init__.py
index e3735a8c..f2b8e327 100644
--- a/sos/__init__.py
+++ b/sos/__init__.py
@@ -20,7 +20,7 @@ This module houses the i18n setup and message function. The default is to use
gettext to internationalize messages.
"""
-__version__ = "3.0"
+__version__ = "3.1"
import gettext
gettext_dir = "/usr/share/locale"