Skip to content

Commit 1ab0342

Browse files
committed
Bump version: 1.2.1 → 1.3.0
1 parent 17db2c7 commit 1ab0342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ name = "Removals"
125125
showcontent = true
126126

127127
[tool.bumpversion]
128-
current_version = "1.2.1"
128+
current_version = "1.3.0"
129129
parse = """
130130
(?P<major>\\d+)
131131
\\.(?P<minor>\\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
setup(
4242
name="hexbytes",
4343
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
44-
version="1.2.1",
44+
version="1.3.0",
4545
description="""hexbytes: Python `bytes` subclass that decodes hex, with a readable console output""",
4646
long_description=long_description,
4747
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)