Skip to content

Commit

Permalink
Release 0.6.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzn authored and unit8-bot committed Feb 2, 2021
1 parent 5234916 commit 1ab231f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)|dev
current_version = 0.6.0
current_version = 0.6.1-beta.1

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion conda_recipe/darts/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: "darts"
version: "0.6.0"
version: "0.6.1"

source:
# root folder, not the package
Expand Down
2 changes: 1 addition & 1 deletion darts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from matplotlib import cycler


__version__ = '0.6.0'
__version__ = '0.6.1'

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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
project = 'darts'
copyright = '2021, Unit8 SA'
author = 'Unit8 SA'
version = '0.6.0'
version = '0.6.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_requirements(path):

setup(
name='u8darts',
version="0.6.0",
version="0.6.1",
description='A python library for easy manipulation and forecasting of time series.',
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1ab231f

Please sign in to comment.