Skip to content

Commit e569c53

Browse files
committed
Bump version: 0.40.0 → 0.41.0
1 parent 1468d6a commit e569c53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

darts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
to_group_dataframe,
2020
)
2121

22-
__version__ = "0.40.0"
22+
__version__ = "0.41.0"
2323

2424
__all__ = [
2525
"TimeSeries",

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = "darts"
2323
copyright = f"2020 - {datetime.now().year}, Unit8 SA (Apache 2.0 License)"
2424
author = "Unit8 SA"
25-
version = "0.40.0"
25+
version = "0.41.0"
2626

2727

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "darts"
7-
version = "0.40.0"
7+
version = "0.41.0"
88
description = "A python library for easy manipulation and forecasting of time series."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -190,7 +190,7 @@ dev-all = [
190190
]
191191

192192
[tool.bumpversion]
193-
current_version = "0.40.0"
193+
current_version = "0.41.0"
194194
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
195195
serialize = ["{major}.{minor}.{patch}"]
196196
commit = true

0 commit comments

Comments
 (0)