Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit df7176c

Browse files
committed
Bump version: 0.0.8 → 0.0.9
1 parent a298f4d commit df7176c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

multiaddr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = 'Steven Buss'
55
__email__ = 'steven.buss@gmail.com'
6-
__version__ = '0.0.8'
6+
__version__ = '0.0.9'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.8
2+
current_version = 0.0.9
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
history = history_file.read()
1717

1818

19-
version = '0.0.8'
19+
version = '0.0.9'
2020

2121
setup(
2222
name='multiaddr',

0 commit comments

Comments
 (0)