From a052d58f3a82dd55283fc8f56006a8d02c1f7bb6 Mon Sep 17 00:00:00 2001 From: Loic Rowe Date: Thu, 10 Mar 2016 11:25:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.4=20=E2=86=92=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mestr/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mestr/__init__.py b/mestr/__init__.py index f9378de..daa5bbd 100755 --- a/mestr/__init__.py +++ b/mestr/__init__.py @@ -1,6 +1,6 @@ from .mestr import MestrSession, authenticate __author__ = 'Scille SAS' __email__ = 'contact@scille.fr' -__version__ = '1.0.4' +__version__ = '1.0.5' __all__ = ('MestrSession', 'authenticate') diff --git a/setup.cfg b/setup.cfg index 8fe3dc2..74580f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = True diff --git a/setup.py b/setup.py index bcae5c7..aca0107 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='mestr', - version='1.0.4', + version='1.0.5', description="Bring dynamic component registration to wamp crossbar router.", long_description=readme, author="Scille SAS",