Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaojieqiu committed Dec 15, 2022
1 parent d24c727 commit e7a3481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
author = "Xiaojie Qiu, Yan Zhang, Ke Ni"

# The full version, including alpha/beta/rc tags
release = "1.1.0"
release = "1.2.0"

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

Expand Down
12 changes: 1 addition & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:docs/source/conf.py]

# [bumpversion:file:README.md]

# [bumpversion:file:pyproject.toml]

# [bumpversion:file:docs/index.rst]


# [flake8]
# max-line-length = 120
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.1.0",
version="v1.2.0",
python_requires=">=3.7",
install_requires=read_requirements("requirements.txt"),
# extras_require={
Expand Down

0 comments on commit e7a3481

Please sign in to comment.