Bump version: 0.0.1-rc2 → 0.0.1-rc3

This commit is contained in:
zweien 2021-07-15 13:24:01 +08:00
parent cff8bfb054
commit 6f1882e0b0
3 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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 ---------------------------------------------------

View File

@ -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",