Skip to content

Commit

Permalink
Reorder keywords and bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell committed Feb 8, 2021
1 parent 7f4a733 commit 4f5bb2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
name = "kernreg"
version = "0.0.5"
version = "0.0.6"
description = "Tool for non-parametric curve fitting using local polynomials."
authors = ["Sebastian Gsell <sebastian.gsell93@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/segsell/kernreg"
keywords = ["kernel-regression",
keywords = ["curve-fitting",
"non-parametric",
"curve-fitting",
"local-polynomials"]
"local-polynomial-regression",
"kernel-regression"]
include = ["tests/resources/motorcycle.dta"]

[tool.poetry.dependencies]
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.5"
__version__ = "0.0.6"

0 comments on commit 4f5bb2f

Please sign in to comment.