Skip to content

Commit b2c842e

Browse files
dennisbaderunit8-bot
authored andcommitted
Release 0.34.0
1 parent b35609b commit b2c842e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)|dev
3-
current_version = 0.33.0
3+
current_version = 0.34.0
44

55
[bumpversion:file:setup.py]
66

conda_recipe/darts/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package:
44
name: "darts"
5-
version: "0.33.0"
5+
version: "0.34.0"
66

77
source:
88
# root folder, not the package

darts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from darts.timeseries import TimeSeries, concatenate, slice_intersect
1212

13-
__version__ = "0.33.0"
13+
__version__ = "0.34.0"
1414

1515
colors = cycler(
1616
color=["black", "003DFD", "b512b8", "11a9ba", "0d780f", "f77f07", "ba0f0f"]

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.33.0"
25+
version = "0.34.0"
2626

2727

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read_requirements(path):
3030

3131
setup(
3232
name="darts",
33-
version="0.33.0",
33+
version="0.34.0",
3434
description="A python library for easy manipulation and forecasting of time series.",
3535
long_description=LONG_DESCRIPTION,
3636
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)