kopia lustrzana https://github.com/corrscope/corrscope
0.9.1-pre
rodzic
97e2ab020a
commit
f66457a3a4
|
@ -1,4 +1,6 @@
|
||||||
## 0.9.0 (unreleased)
|
## 0.9.1 (unreleased)
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ _package = Path(__file__).parent
|
||||||
|
|
||||||
|
|
||||||
# Version prefix
|
# Version prefix
|
||||||
base_version = "0.9.0"
|
base_version = "0.9.1-pre"
|
||||||
is_dev = "-" in base_version
|
is_dev = "-" in base_version
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "corrscope"
|
name = "corrscope"
|
||||||
version = "0.9.0"
|
version = "0.9.1-pre"
|
||||||
description = "Python program to render wave files into oscilloscope views, featuring advanced correlation-based triggering algorithm"
|
description = "Python program to render wave files into oscilloscope views, featuring advanced correlation-based triggering algorithm"
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
|
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
|
||||||
|
|
Ładowanie…
Reference in New Issue