Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
Bump version: 1.0.4 → 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Usui22750 committed Mar 10, 2016
1 parent 91e60ef commit a052d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mestr/__init__.py
Original file line number Diff line number Diff line change
@@ -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')
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a052d58

Please sign in to comment.