From 6f1882e0b07c801646a0bc692c4276f08d6074bc Mon Sep 17 00:00:00 2001 From: zweien <278954153@qq.com> Date: Thu, 15 Jul 2021 13:24:01 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1-rc2=20=E2=86=92=200.0.1?= =?UTF-8?q?-rc3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b264096..18cee8b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1-rc2 +current_version = 0.0.1-rc3 commit = True tag = True tag_name = v{new_version} diff --git a/docs/conf.py b/docs/conf.py index 7c5f409..7b7f673 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = "2021, IDRL" author = "IDRL" # The full version, including alpha/beta/rc tags -release = "0.0.1-rc2" +release = "0.0.1-rc3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0e13d4f..f98410c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def load_requirements(path_dir=here, comment_char="#"): setuptools.setup( name="idrlnet", # Replace with your own username - version="0.0.1-rc2", + version="0.0.1-rc3", author="Intelligent Design & Robust Learning lab", author_email="weipeng@deepinfar.cn", description="IDRLnet",