Skip to content

Commit

Permalink
Merge pull request #701 from Sichao25/new
Browse files Browse the repository at this point in the history
Bump version: 1.4.0 → 1.4.1
  • Loading branch information
Xiaojieqiu authored Sep 6, 2024
2 parents 21d364e + 3ad06ce commit 2293afb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
author = "Xiaojie Qiu, Yan Zhang, Ke Ni"

# The full version, including alpha/beta/rc tags
release = "1.4.0"
release = "1.4.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read_requirements(path):
if __name__ == "__main__":
setup(
name="dynamo-release",
version="v1.4.0",
version="v1.4.1",
python_requires=">=3.7",
install_requires=read_requirements("requirements.txt"),
extras_require={
Expand Down

0 comments on commit 2293afb

Please sign in to comment.