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",