Skip to content

Commit a9bec64

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent b6f23a4 commit a9bec64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cid/__init__.py

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

33
__author__ = """Dhruv Baldawa"""
44
__email__ = "dhruv@dhruvb.com"
5-
__version__ = "0.3.1"
5+
__version__ = "0.4.0"
66

77
from .cid import CIDv0, CIDv1, from_bytes, from_string, is_cid, make_cid # noqa: F401

pyproject.toml

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

55
[project]
66
name = "py-cid"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
description = "Self-describing content-addressed identifiers for distributed systems"
99
readme = "README.rst"
1010
license = "MIT"
@@ -229,7 +229,7 @@ name = "Removals"
229229
showcontent = true
230230

231231
[tool.bumpversion]
232-
current_version = "0.3.1"
232+
current_version = "0.4.0"
233233
parse = """
234234
(?P<major>\\d+)
235235
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)