Skip to content

Commit

Permalink
Merge pull request #541 from Sichao25/bumpversion
Browse files Browse the repository at this point in the history
Bumpversion 1.3.1 to 1.3.2
  • Loading branch information
Xiaojieqiu authored Jun 9, 2023
2 parents d45fdc6 + 288db28 commit d9c87cb
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.1"
release = "1.3.2"

# -- 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.1
current_version = 1.3.2
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.1",
version="v1.3.2",
python_requires=">=3.7",
install_requires=read_requirements("requirements.txt"),
extras_require={
Expand Down

0 comments on commit d9c87cb

Please sign in to comment.