Skip to content

Commit 664af40

Browse files
committed
Bump version to v2.1.0
1 parent e9e63d6 commit 664af40

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

direct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) DIRECT Contributors
22

33
__author__ = """direct contributors"""
4-
__version__ = "2.0.0"
4+
__version__ = "2.1.0"

docs/history.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ History
77
**24 Oct 2022**: Release of version `1.0.3 <https://github.com/NKI-AI/direct/releases/tag/v1.0.3>`_.
88
**19 Oct 2022**: Release of version `1.0.4 <https://github.com/NKI-AI/direct/releases/tag/v1.0.4>`_.
99
**02 Apr 2024**: Release of version `2.0.0 <https://github.com/NKI-AI/direct/releases/tag/v2.0.0>`_.
10+
**03 Jul 2024**: Release of version `2.1.0 <https://github.com/NKI-AI/direct/releases/tag/v2.1.0>`_.
11+

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.1.0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

0 commit comments

Comments
 (0)