kopia lustrzana https://github.com/corrscope/corrscope
rodzic
f3621a0702
commit
25ee912bcb
|
@ -1,5 +1,7 @@
|
|||
## 0.6.1
|
||||
|
||||
Long delayed... sorry.
|
||||
|
||||
### Major Changes
|
||||
|
||||
- Fix bug where narrow pulse waves were erroneously detected as silence (#306)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue