Skip to content

Commit

Permalink
bump 0.1.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn authored Jul 10, 2020
1 parent ef2ed26 commit 85394eb
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
Expand Up @@ -33,7 +33,7 @@ known_standard_library = ["setuptools"]

[tool.poetry]
name = "skranger"
version = "0.1.0"
version = "0.1.1"
description = "Python bindings for C++ ranger random forests"
authors = ["Flynn <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion skranger/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 85394eb

Please sign in to comment.