From f56b0e912964c11e3e580308128bf109100f4510 Mon Sep 17 00:00:00 2001 From: nyanpasu64 Date: Wed, 21 May 2025 21:35:21 -0700 Subject: [PATCH] 0.11.0 --- .idea/corrscope.iml | 6 ++---- .idea/misc.xml | 5 ++++- CHANGELOG.md | 2 +- corrscope/version.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.idea/corrscope.iml b/.idea/corrscope.iml index 0a819a4..07ce788 100644 --- a/.idea/corrscope.iml +++ b/.idea/corrscope.iml @@ -7,17 +7,15 @@ - - + - + - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index dafdb05..8ff81ac 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,9 +1,12 @@ + + - + diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1c91c..f82ed05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.11.0 (unreleased) +## 0.11.0 ### Features diff --git a/corrscope/version.py b/corrscope/version.py index d8d01ee..89a92b2 100644 --- a/corrscope/version.py +++ b/corrscope/version.py @@ -9,7 +9,7 @@ _package = Path(__file__).parent # Version prefix -base_version = "0.11.0-pre" +base_version = "0.11.0" is_dev = "-" in base_version diff --git a/pyproject.toml b/pyproject.toml index df0056f..099c66c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "corrscope" -version = "0.11.0-pre" +version = "0.11.0" description = "Python program to render wave files into oscilloscope views, featuring advanced correlation-based triggering algorithm" authors = [{ name = "nyanpasu64", email = "nyanpasu64@tuta.io" }] requires-python = "~=3.10" diff --git a/uv.lock b/uv.lock index fa512df..4532ea0 100644 --- a/uv.lock +++ b/uv.lock @@ -163,7 +163,7 @@ wheels = [ [[package]] name = "corrscope" -version = "0.11.0rc0" +version = "0.11.0" source = { editable = "." } dependencies = [ { name = "appdirs" },