Skip to content

Commit f0fe669

Browse files
committed
Bump version: 1.0.3 → 2.0.0
1 parent afb2297 commit f0fe669

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

multibase/__init__.py

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

33
__author__ = """Dhruv Baldawa"""
44
__email__ = "[email protected]"
5-
__version__ = "1.0.3"
5+
__version__ = "2.0.0"
66

77
from .exceptions import ( # noqa: F401
88
DecodingError,

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 = "py-multibase"
7-
version = "1.0.3"
7+
version = "2.0.0"
88
description = "Multibase implementation for Python"
99
readme = "README.rst"
1010
authors = [{ name = "Dhruv Baldawa", email = "[email protected]" }]
@@ -31,7 +31,7 @@ dependencies = [
3131

3232
[project.urls]
3333
Homepage = "https://github.com/multiformats/py-multibase"
34-
Download = "https://github.com/multiformats/py-multibase/tarball/1.0.3"
34+
Download = "https://github.com/multiformats/py-multibase/tarball/2.0.0"
3535

3636
[project.optional-dependencies]
3737
dev = [
@@ -118,7 +118,7 @@ name = "Removals"
118118
showcontent = true
119119

120120
[tool.bumpversion]
121-
current_version = "1.0.3"
121+
current_version = "2.0.0"
122122
parse = """
123123
(?P<major>\\d+)
124124
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)