File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 to_group_dataframe ,
2020)
2121
22- __version__ = "0.40 .0"
22+ __version__ = "0.41 .0"
2323
2424__all__ = [
2525 "TimeSeries" ,
Original file line number Diff line number Diff line change 2222project = "darts"
2323copyright = f"2020 - { datetime .now ().year } , Unit8 SA (Apache 2.0 License)"
2424author = "Unit8 SA"
25- version = "0.40 .0"
25+ version = "0.41 .0"
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " darts"
7- version = " 0.40 .0"
7+ version = " 0.41 .0"
88description = " A python library for easy manipulation and forecasting of time series."
99readme = " README.md"
1010requires-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"
194194parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
195195serialize = [" {major}.{minor}.{patch}" ]
196196commit = true
You can’t perform that action at this time.
0 commit comments