Skip to content

Commit 79543f0

Browse files
committed
Bump version to v2.0.0
1 parent 4355037 commit 79543f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

direct/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# coding=utf-8
21
# Copyright (c) DIRECT Contributors
32

43
__author__ = """direct contributors"""
5-
__version__ = "1.0.5-dev0"
4+
__version__ = "2.0.0"

docs/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ History
66
**19 Oct 2022**: Release of version `1.0.2 <https://github.com/NKI-AI/direct/releases/tag/v1.0.2>`_.
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>`_.
9+
**02 Apr 2024**: Release of version `2.0.0 <https://github.com/NKI-AI/direct/releases/tag/v2.0.0>`_.

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[bumpversion]
2-
current_version = 1.0.5-dev0
2+
current_version = 2.0.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+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}{build}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = prod
1212
first_value = dev
13-
values =
13+
values =
1414
dev
1515
prod
1616

0 commit comments

Comments
 (0)