diff --git a/docs/source/conf.py b/docs/source/conf.py index d4af0dcf0..bcb4775aa 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 0fd717c24..084b61a68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index f9a64eef6..4fe6b1c78 100755 --- a/setup.py +++ b/setup.py @@ -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={