Skip to content

Commit 13be4f9

Browse files
authored
Merge pull request #51 from mhchia/bumpversion/0.0.8
Bump version: 0.0.7 → 0.0.8
2 parents eacf455 + c24fd1b commit 13be4f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

multiaddr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = 'Steven Buss'
55
__email__ = '[email protected]'
6-
__version__ = '0.0.7'
6+
__version__ = '0.0.8'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 0.0.8
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
history = history_file.read()
1717

1818

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

2121
setup(
2222
name='multiaddr',

0 commit comments

Comments
 (0)