pull/357/head 0.6.1
nyanpasu64 2020-03-21 01:07:49 -07:00 zatwierdzone przez GitHub
rodzic f3621a0702
commit 25ee912bcb
3 zmienionych plików z 11 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,7 @@
## 0.6.1
Long delayed... sorry.
### Major Changes
- Fix bug where narrow pulse waves were erroneously detected as silence (#306)

Wyświetl plik

@ -7,7 +7,7 @@ _package = Path(__file__).parent
# Version prefix
base_version = "0.6.1-pre"
base_version = "0.6.1"
is_dev = "-" in base_version

Wyświetl plik

@ -6,10 +6,15 @@
[tool.poetry]
name = "corrscope"
version = "0.6.1-pre"
description = ""
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
version = "0.6.1"
description = "Python program to render wave files into oscilloscope views, featuring advanced correlation-based triggering algorithm"
license = "BSD-2-Clause"
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
# maintainers =
readme = "README.md"
# homepage =
repository = "https://github.com/corrscope/corrscope/"
documentation = "https://corrscope.github.io/corrscope/"
[tool.poetry.dependencies]
python = "^3.6"