Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zweien committed Jun 30, 2023
1 parent b202996 commit 4952fe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 2.0.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "IDRL"

# The full version, including alpha/beta/rc tags
release = "0.0.2-rc3"
release = "2.0.0"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
author="Intelligent Design & Robust Learning lab",
author_email="[email protected]",
description="IDRLnet",
Expand Down

0 comments on commit 4952fe6

Please sign in to comment.