Skip to content

Commit

Permalink
Merge pull request #640 from Sichao25/tool
Browse files Browse the repository at this point in the history
Bump version: 1.3.3 → 1.4.0
  • Loading branch information
Xiaojieqiu committed Feb 6, 2024
2 parents a053564 + 018d509 commit e7ddc91
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.3.3"
release = "1.4.0"

# -- 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.3.3
current_version = 1.4.0
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 @@ -16,7 +16,7 @@ def read_requirements(path):
if __name__ == "__main__":
setup(
name="dynamo-release",
version="v1.3.3",
version="v1.4.0",
python_requires=">=3.7",
install_requires=read_requirements("requirements.txt"),
extras_require={
Expand Down

0 comments on commit e7ddc91

Please sign in to comment.