Skip to content

Commit e1cce8e

Browse files
committed
bump version
1 parent cfe2e26 commit e1cce8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

1818

19-
version = '0.0.2'
19+
version = '0.0.4'
2020

2121
setup(
2222
name='multiaddr',
@@ -25,9 +25,9 @@
2525
long_description=readme + '\n\n' + history,
2626
author="Steven Buss",
2727
author_email='[email protected]',
28-
url='https://github.com/sbuss/multiaddr',
28+
url='https://github.com/multiformats/py-multiaddr',
2929
download_url=(
30-
'https://github.com/sbuss/multiaddr/tarball/%s' % version),
30+
'https://github.com/multiformats/py-multiaddr/tarball/%s' % version),
3131
packages=[
3232
'multiaddr',
3333
],

0 commit comments

Comments
 (0)