Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FL33TW00D committed Jun 19, 2021
1 parent 8c65c73 commit 314fe34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-dtw"
version = "0.1.8"
version = "0.1.9"
authors = ["Christopher Fleetwood"]
edition = "2018"
description = "A rust implementation of dynamic time warping with python bindings!"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "maturin"

[tool.poetry]
name = "rust-dtw"
version = "0.1.8"
version = "0.1.9"
description = "A rust implementation of dynamic time warping with python bindings!"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 314fe34

Please sign in to comment.