From 403238c9eec1f4e1b0632c91ef509b7a64aa31f6 Mon Sep 17 00:00:00 2001 From: weipengOO98 Date: Fri, 30 Jun 2023 14:27:11 +0800 Subject: [PATCH] no message --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 08c21f9..36ccf37 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = "2023, IDRL" author = "IDRL" # The full version, including alpha/beta/rc tags -release = "0.0.2-rc3" +release = "2.0.0-rc3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index eb5a1cf..53c8ce8 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.1.0", + version="2.0.0-rc3", author="Intelligent Design & Robust Learning lab", author_email="weipeng@deepinfar.cn", description="IDRLnet",