Skip to content

Commit

Permalink
Update pyproject.toml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmg0345 authored Feb 17, 2024
2 parents 0a66440 + a69886c commit 45a9883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def collect_folders(path: str) -> list[str]:
# Project copyright.
copyright = author
# Project version.
version = "1.0.2"
version = "1.0.3"
# Project release, set it as the same value as version as the separation is not required.
release = version

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python-signal-edges"
version = "1.0.2"
version = "1.0.3"
description = "Extract state levels and edges from signals, among others"
license = "MIT"
authors = ["Diego Martinez <[email protected]>"]
Expand All @@ -25,7 +25,7 @@ keywords = [
"pwm",
"acquisition",
]
packages = [{ include = "src" }, { include = "signal_edges", from = "src" }]
packages = [{ include = "signal_edges", from = "src" }]

[tool.poetry.dependencies]
python = ">=3.10"
Expand Down

0 comments on commit 45a9883

Please sign in to comment.