Skip to content

Commit 8040314

Browse files
authored
bump version number to 0.6.0 (#1303)
1 parent 1e31e11 commit 8040314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neuralprophet/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0rc1"
1+
__version__ = "0.6.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neuralprophet"
3-
version = "0.6.0rc1"
3+
version = "0.6.0"
44
description = "NeuralProphet is an easy to learn framework for interpretable time series forecasting."
55
authors = ["Oskar Triebe <triebe@stanford.edu>"]
66
license = "MIT"

0 commit comments

Comments
 (0)