pull/470/head
nyanpasu64 2024-02-09 20:38:29 -08:00
rodzic 97e2ab020a
commit f66457a3a4
3 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -1,4 +1,6 @@
## 0.9.0 (unreleased)
## 0.9.1 (unreleased)
## 0.9.0
### Features

Wyświetl plik

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

Wyświetl plik

@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
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"
license = "BSD-2-Clause"
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]