Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Santos committed Feb 26, 2020
1 parent 051a47e commit 502dde0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,6 +46,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/marcus-santos/spotware_connect',
version='0.1.1',
version='0.1.2',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion spotware_connect/__init__.py
Expand Up @@ -4,7 +4,7 @@

__author__ = """Marcus Santos"""
__email__ = 'marcus@marcus-santos.com'
__version__ = '0.1.1'
__version__ = '0.1.2'

from .client import Client # noqa
from .protobuf import Protobuf # noqa

0 comments on commit 502dde0

Please sign in to comment.