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__ = "0.2.1 "
5+ __version__ = "1.0.0 "
66
77# Core Code type
88from .code import (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " py-multicodec"
7- version = " 0.2.1 "
7+ version = " 1.0.0 "
88description = " Multicodec implementation in Python"
99readme = " README.rst"
1010authors = [{
name =
" Dhruv Baldawa" ,
email =
" [email protected] " }]
@@ -29,7 +29,7 @@ dependencies = [
2929
3030[project .urls ]
3131Homepage = " https://github.com/multiformats/py-multicodec"
32- Download = " https://github.com/multiformats/py-multicodec/tarball/0.2.1 "
32+ Download = " https://github.com/multiformats/py-multicodec/tarball/1.0.0 "
3333
3434[project .optional-dependencies ]
3535dev = [
@@ -116,7 +116,7 @@ name = "Removals"
116116showcontent = true
117117
118118[tool .bumpversion ]
119- current_version = " 0.2.1 "
119+ current_version = " 1.0.0 "
120120parse = """
121121 (?P<major>\\ d+)
122122 \\ .(?P<minor>\\ d+)
You can’t perform that action at this time.
0 commit comments