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__ = """Dhruv Baldawa"""
445- __version__ = "1 .0.3 "
5+ __version__ = "2 .0.0 "
66
77from .exceptions import ( # noqa: F401
88 DecodingError ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " py-multibase"
7- version = " 1 .0.3 "
7+ version = " 2 .0.0 "
88description = " Multibase implementation for Python"
99readme = " README.rst"
1010authors = [{
name =
" Dhruv Baldawa" ,
email =
" [email protected] " }]
@@ -31,7 +31,7 @@ dependencies = [
3131
3232[project .urls ]
3333Homepage = " 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 ]
3737dev = [
@@ -118,7 +118,7 @@ name = "Removals"
118118showcontent = true
119119
120120[tool .bumpversion ]
121- current_version = " 1 .0.3 "
121+ current_version = " 2 .0.0 "
122122parse = """
123123 (?P<major>\\ d+)
124124 \\ .(?P<minor>\\ d+)
You can’t perform that action at this time.
0 commit comments