diff --git a/docs/source/conf.py b/docs/source/conf.py index e0df949f6..4af1d4583 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.4.0" +release = "1.4.1" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 8c53700fe..37db253e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.4.1 commit = True tag = True diff --git a/setup.py b/setup.py index b2012b393..f21527a67 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read_requirements(path): if __name__ == "__main__": setup( name="dynamo-release", - version="v1.4.0", + version="v1.4.1", python_requires=">=3.7", install_requires=read_requirements("requirements.txt"), extras_require={