Skip to content

Commit e756262

Browse files
author
Lasse Nielsen
committed
Added description
1 parent 87994e3 commit e756262

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "shr_parser_py"
33
description = "Python bindings for the shr_parser Rust crate"
4-
version = "0.1.1"
4+
version = "0.1.3"
55
edition = "2021"
66
license = "GPL-3.0-only"
77
authors = ["Lasse Nielsen <lasse@xerrion.dk>"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dynamic = ["version"]
1414
authors = [{ name="Lasse Nielsen" }]
1515
readme = "README.md"
1616
license = { file = "LICENSE" }
17+
description = "Parses sweeps from a Signal Hound Spike file."
1718

1819
[tool.maturin]
1920
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)