From f3943323b207e738ed4fa4549ad7d7063ed69052 Mon Sep 17 00:00:00 2001 From: Nicolas MAILLET <nicolas.maillet@pasteur.fr> Date: Wed, 2 May 2018 11:12:27 +0200 Subject: [PATCH] change version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9924128..08b0a11 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = 'Nicolas Maillet' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.5.3' +release = '0.5.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index da1a22a..2bddbc8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages _MAJOR = 0 _MINOR = 5 -_MICRO = 3 +_MICRO = 4 version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO) release = '%d.%d' % (_MAJOR, _MINOR) -- GitLab