We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a217c commit 9ba2597Copy full SHA for 9ba2597
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.1.post1
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d*))?
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "qihoo-tensornet"
-version = "0.2.1"
+version = "0.2.1.post1"
description = "build tensornet"
readme = "README.md"
6
license = {file = "LICENSE"}
tensornet/version.py
@@ -1 +1 @@
-VERSION = "0.2.1"
+VERSION = "0.2.1.post1"
0 commit comments