File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33__author__ = "Steven Buss"
445- __version__ = "0.0.12 "
5+ __version__ = "0.1.0 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " multiaddr"
7- version = " 0.0.12 "
7+ version = " 0.1.0 "
88description = " Python implementation of jbenet's multiaddr"
99readme = " README.rst"
1010authors = [{
name =
" Steven Buss" ,
email =
" [email protected] " }]
@@ -44,7 +44,7 @@ dependencies = [
4444
4545[project .urls ]
4646Homepage = " https://github.com/multiformats/py-multiaddr"
47- Download = " https://github.com/multiformats/py-multiaddr/tarball/0.0.12 "
47+ Download = " https://github.com/multiformats/py-multiaddr/tarball/0.1.0 "
4848
4949[project .optional-dependencies ]
5050dev = [
@@ -137,7 +137,7 @@ name = "Removals"
137137showcontent = true
138138
139139[tool .bumpversion ]
140- current_version = " 0.0.12 "
140+ current_version = " 0.1.0 "
141141parse = """
142142 (?P<major>\\ d+)
143143 \\ .(?P<minor>\\ d+)
You can’t perform that action at this time.
0 commit comments