Skip to content

Commit 6651c13

Browse files
committed
Bump version: 0.0.12 → 0.1.0
1 parent 535e655 commit 6651c13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

multiaddr/__init__.py

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

33
__author__ = "Steven Buss"
44
__email__ = "[email protected]"
5-
__version__ = "0.0.12"
5+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "multiaddr"
7-
version = "0.0.12"
7+
version = "0.1.0"
88
description = "Python implementation of jbenet's multiaddr"
99
readme = "README.rst"
1010
authors = [{ name = "Steven Buss", email = "[email protected]" }]
@@ -44,7 +44,7 @@ dependencies = [
4444

4545
[project.urls]
4646
Homepage = "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]
5050
dev = [
@@ -137,7 +137,7 @@ name = "Removals"
137137
showcontent = true
138138

139139
[tool.bumpversion]
140-
current_version = "0.0.12"
140+
current_version = "0.1.0"
141141
parse = """
142142
(?P<major>\\d+)
143143
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)