We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a298f4d commit df7176cCopy full SHA for df7176c
multiaddr/__init__.py
@@ -3,4 +3,4 @@
3
4
__author__ = 'Steven Buss'
5
__email__ = '[email protected]'
6
-__version__ = '0.0.8'
+__version__ = '0.0.9'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.8
+current_version = 0.0.9
commit = True
tag = True
setup.py
@@ -16,7 +16,7 @@
16
history = history_file.read()
17
18
19
-version = '0.0.8'
+version = '0.0.9'
20
21
setup(
22
name='multiaddr',
0 commit comments