Skip to content

Commit

Permalink
Bump version to 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell committed Jan 25, 2021
1 parent 5284820 commit 118251b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kernreg"
version = "0.0.4"
version = "0.0.5"
description = "Tool for non-parametric curve fitting using local polynomials."
authors = ["Sebastian Gsell <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/kernreg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from kernreg.utils import get_example_data, sort_by_x # noqa: F401
from kernreg.visualize import plot # noqa: F401

__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit 118251b

Please sign in to comment.