Skip to content

Commit

Permalink
bump version to 1.0.0rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory authored Jun 21, 2024
1 parent aef5953 commit fc8b26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "neuralprophet"
version = "0.9.0"
version = "1.0.0rc10"
description = "NeuralProphet is an easy to learn framework for interpretable time series forecasting."
authors = ["Oskar Triebe <triebe@stanford.edu>"]
license = "MIT"
Expand Down Expand Up @@ -122,4 +122,4 @@ exclude = [

[tool.ruff]
line-length = 120
typing-modules = ["neuralprophet.np_types"]
typing-modules = ["neuralprophet.np_types"]

0 comments on commit fc8b26d

Please sign in to comment.