Skip to content

Commit

Permalink
pypi description
Browse files Browse the repository at this point in the history
  • Loading branch information
FL33TW00D committed Jun 5, 2021
1 parent 8fe3437 commit d61a9d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "rust-dtw"
version = "0.1.0"
version = "0.1.1"
authors = ["Christopher Fleetwood"]
edition = "2018"
description = "A rust implementation of dynamic time warping with python bindings!"
license = "MIT"
readme = "README.md"
repository = "https://github.com/FL33TW00D/rustDTW"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ build-backend = "maturin"

[tool.poetry]
name = "rust-dtw"
version = "0.1.0"
version = "0.1.1"
description = "A rust implementation of dynamic time warping with python bindings!"
license = "MIT"
readme = "README.md"
repository = "https://github.com/FL33TW00D/rustDTW"
authors = ["Christopher Fleetwood"]

[tool.poetry.dependencies]
Expand Down
Binary file modified tests/__pycache__/test_dtw.cpython-36-pytest-6.2.4.pyc
Binary file not shown.

0 comments on commit d61a9d6

Please sign in to comment.