diff --git a/doc/conf.py b/doc/conf.py index ae075c15..385ddeb8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,7 +55,7 @@ # # The short X.Y version. # The full version, including alpha/beta/rc tags. -version = release = '3.1.3' +version = release = '3.1.4' # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/hachoir/__init__.py b/hachoir/__init__.py index bb41e7d5..762f53ae 100644 --- a/hachoir/__init__.py +++ b/hachoir/__init__.py @@ -1,2 +1,2 @@ -VERSION = (3, 1, 3) +VERSION = (3, 1, 4) __version__ = ".".join(map(str, VERSION))