Skip to content

Commit

Permalink
Bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Jul 3, 2024
1 parent e9e63d6 commit 664af40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion direct/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) DIRECT Contributors

__author__ = """direct contributors"""
__version__ = "2.0.0"
__version__ = "2.1.0"
2 changes: 2 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ History
**24 Oct 2022**: Release of version `1.0.3 <https://github.com/NKI-AI/direct/releases/tag/v1.0.3>`_.
**19 Oct 2022**: Release of version `1.0.4 <https://github.com/NKI-AI/direct/releases/tag/v1.0.4>`_.
**02 Apr 2024**: Release of version `2.0.0 <https://github.com/NKI-AI/direct/releases/tag/v2.0.0>`_.
**03 Jul 2024**: Release of version `2.1.0 <https://github.com/NKI-AI/direct/releases/tag/v2.1.0>`_.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down

0 comments on commit 664af40

Please sign in to comment.