Skip to content

Commit 365905b

Browse files
committed
Bump version: 0.2.1 → 1.0.0
1 parent d5f09b9 commit 365905b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

multicodec/__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__ = "0.2.1"
5+
__version__ = "1.0.0"
66

77
# Core Code type
88
from .code import (

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-multicodec"
7-
version = "0.2.1"
7+
version = "1.0.0"
88
description = "Multicodec implementation in Python"
99
readme = "README.rst"
1010
authors = [{ name = "Dhruv Baldawa", email = "[email protected]" }]
@@ -29,7 +29,7 @@ dependencies = [
2929

3030
[project.urls]
3131
Homepage = "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]
3535
dev = [
@@ -116,7 +116,7 @@ name = "Removals"
116116
showcontent = true
117117

118118
[tool.bumpversion]
119-
current_version = "0.2.1"
119+
current_version = "1.0.0"
120120
parse = """
121121
(?P<major>\\d+)
122122
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)