Skip to content

Commit

Permalink
Merge pull request #534 from Sichao25/bumpversion
Browse files Browse the repository at this point in the history
Bump version: 1.3.0 → 1.3.1
  • Loading branch information
Xiaojieqiu authored Jun 6, 2023
2 parents c92abbd + 946f258 commit 6996d2e
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.0"
release = "1.3.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.3.0
current_version = 1.3.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 @@ -16,7 +16,7 @@ def read_requirements(path):
if __name__ == "__main__":
setup(
name="dynamo-release",
version="v1.3.0",
version="v1.3.1",
python_requires=">=3.7",
install_requires=read_requirements("requirements.txt"),
extras_require={
Expand Down

0 comments on commit 6996d2e

Please sign in to comment.