We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17db2c7 commit 1ab0342Copy full SHA for 1ab0342
pyproject.toml
@@ -125,7 +125,7 @@ name = "Removals"
125
showcontent = true
126
127
[tool.bumpversion]
128
-current_version = "1.2.1"
+current_version = "1.3.0"
129
parse = """
130
(?P<major>\\d+)
131
\\.(?P<minor>\\d+)
setup.py
@@ -41,7 +41,7 @@
41
setup(
42
name="hexbytes",
43
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
44
- version="1.2.1",
+ version="1.3.0",
45
description="""hexbytes: Python `bytes` subclass that decodes hex, with a readable console output""",
46
long_description=long_description,
47
long_description_content_type="text/markdown",
0 commit comments