Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Romary Dupuis committed Jan 1, 2018
2 parents 7aebd95 + 74d8e99 commit 4c53386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleton/__init__.py
Expand Up @@ -2,7 +2,7 @@
"""
Metaclass to easily define singleton classes
"""
__version__ = '0.1.0'
__version__ = '0.1.2'


class Singleton(type):
Expand Down

0 comments on commit 4c53386

Please sign in to comment.