Skip to content

Commit

Permalink
incr version
Browse files Browse the repository at this point in the history
  • Loading branch information
andgoldschmidt committed May 14, 2024
1 parent b406f7a commit 394253e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion derivative/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '0.6.0'
__version__: str = '0.6.1'
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 = "derivative"
version = "0.6.0"
version = "0.6.1"
description = "Numerical differentiation in python."
repository = "https://github.com/andgoldschmidt/derivative"
documentation = "https://derivative.readthedocs.io/"
Expand Down Expand Up @@ -41,4 +41,4 @@ requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.plugins.'derivative.hyperparam_opt']
"kalman.default" = "derivative.utils:_default_kalman"
"kalman.default" = "derivative.utils:_default_kalman"

0 comments on commit 394253e

Please sign in to comment.