Skip to content

Commit 39e0081

Browse files
hrznunit8-bot
authored andcommitted
Release 0.8.1
1 parent 8b9d0fd commit 39e0081

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
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.8.0
3+
current_version = 0.8.1
44

55
[bumpversion:file:setup.py]
66

conda_recipe/darts/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package:
44
name: "darts"
5-
version: "0.8.0"
5+
version: "0.8.1"
66

77
source:
88
# root folder, not the package

darts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from matplotlib import cycler
99

1010

11-
__version__ = '0.8.0'
11+
__version__ = '0.8.1'
1212

1313
colors = cycler(color=['black', '003DFD', 'b512b8', '11a9ba', '0d780f', 'f77f07', 'ba0f0f'])
1414

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = 'darts'
2222
copyright = '2021, Unit8 SA'
2323
author = 'Unit8 SA'
24-
version = '0.8.0'
24+
version = '0.8.1'
2525

2626

2727
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read_requirements(path):
2929

3030
setup(
3131
name='darts',
32-
version="0.8.0",
32+
version="0.8.1",
3333
description='A python library for easy manipulation and forecasting of time series.',
3434
long_description=LONG_DESCRIPTION,
3535
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)