diff --git a/docs/source/conf.py b/docs/source/conf.py index f38d00c72..4fc52a704 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 3a583aaf9..3364a99d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index 1ca9ea8c9..728b12ecb 100755 --- a/setup.py +++ b/setup.py @@ -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={