Skip to content

Commit 1c9403d

Browse files
committed
bump version
1 parent 53fd748 commit 1c9403d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
History
33
=======
44

5+
0.0.5 (2019-5-7)
6+
----------------
7+
8+
* unhexilified bytes
9+
* new exceptions
10+
* miscellaneous improvements [via alexander255_ `#42`_]
11+
512
0.0.2 (2016-5-4)
613
----------------
714

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.2'
6+
__version__ = '0.0.5'

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.2
2+
current_version = 0.0.5
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.4'
19+
version = '0.0.5'
2020

2121
setup(
2222
name='multiaddr',

0 commit comments

Comments
 (0)