pull/434/head 0.8.1
nyanpasu64 2022-05-24 11:07:31 -07:00
rodzic 37b4841824
commit ca3d4ae61e
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: "22.1.0" # Replace by any tag/version: https://github.com/psf/black/tags
rev: "22.3.0" # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+

Wyświetl plik

@ -1,4 +1,4 @@
## 0.8.1 (unreleased)
## 0.8.1
### Changelog

Wyświetl plik

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

Wyświetl plik

@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "corrscope"
version = "0.8.1-pre"
version = "0.8.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>"]