Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.2'
Browse files Browse the repository at this point in the history
* hotfix/0.1.2:
  Bump version: 0.1.1 → 0.1.2
  preparing release 0.1.2
  • Loading branch information
javipalanca committed Jun 25, 2021
2 parents 900f062 + aa3fd89 commit 1939a22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Expand Up @@ -3,7 +3,7 @@ History
=======


0.1.1 (2021-06-25)
0.1.2 (2021-06-25)
------------------

* First release on PyPI.
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 @@ -50,6 +50,6 @@ def parse_requirements(filename):
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/javipalanca/spade_pubsub',
version='version="0.1.1"',
version="0.1.2",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion spade_pubsub/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = """Javi Palanca"""
__email__ = "jpalanca@dsic.upv.es"
__version__ = "0.1.1"
__version__ = "0.1.2"


from .pubsub import PubSubMixin

0 comments on commit 1939a22

Please sign in to comment.