forked from idrl/idrlnet
Bump version: 0.0.1-rc1 → 0.0.1-rc2
This commit is contained in:
parent
179dfb96d1
commit
d8972abcc7
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.0.1-rc1
|
current_version = 0.0.1-rc2
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
tag_name = v{new_version}
|
tag_name = v{new_version}
|
||||||
|
|
|
@ -22,7 +22,7 @@ copyright = "2021, IDRL"
|
||||||
author = "IDRL"
|
author = "IDRL"
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = "0.0.1-rc1"
|
release = "0.0.1-rc2"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ def load_requirements(path_dir=here, comment_char="#"):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="idrlnet", # Replace with your own username
|
name="idrlnet", # Replace with your own username
|
||||||
version="0.0.1-rc1",
|
version="0.0.1-rc2",
|
||||||
author="Intelligent Design & Robust Learning lab",
|
author="Intelligent Design & Robust Learning lab",
|
||||||
author_email="weipeng@deepinfar.cn",
|
author_email="weipeng@deepinfar.cn",
|
||||||
description="IDRLnet",
|
description="IDRLnet",
|
||||||
|
|
Loading…
Reference in New Issue