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.
2 parents 21d364e + 3ad06ce commit 2293afbCopy full SHA for 2293afb
docs/source/conf.py
@@ -84,7 +84,7 @@
84
author = "Xiaojie Qiu, Yan Zhang, Ke Ni"
85
86
# The full version, including alpha/beta/rc tags
87
-release = "1.4.0"
+release = "1.4.1"
88
89
# -- General configuration ---------------------------------------------------
90
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.0
+current_version = 1.4.1
3
commit = True
4
tag = True
5
setup.py
@@ -17,7 +17,7 @@ def read_requirements(path):
17
if __name__ == "__main__":
18
setup(
19
name="dynamo-release",
20
- version="v1.4.0",
+ version="v1.4.1",
21
python_requires=">=3.7",
22
install_requires=read_requirements("requirements.txt"),
23
extras_require={
0 commit comments