kopia lustrzana https://github.com/corrscope/corrscope
rodzic
37b4841824
commit
ca3d4ae61e
|
@ -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+
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 0.8.1 (unreleased)
|
||||
## 0.8.1
|
||||
|
||||
### Changelog
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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>"]
|
||||
|
|
Ładowanie…
Reference in New Issue