From 2e459d231b3fc67910e6bb07cd4d81c23080422a Mon Sep 17 00:00:00 2001 From: JoFrhwld Date: Mon, 26 May 2025 15:43:53 -0400 Subject: [PATCH 1/2] atg-update --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d5f0b9..a69cf7a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "aligned-textgrid" -version = "0.7.8" +version = "0.8.0" description = "Classes for defining sequential information from TextGrids" category = "main" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "aligned_textgrid-0.7.8-py3-none-any.whl", hash = "sha256:f2c9c2aa8189278b1abb804720f031c1aa0b34caa76bf55c15c0dd3e538a95ab"}, - {file = "aligned_textgrid-0.7.8.tar.gz", hash = "sha256:e94a2b9bd5a56e29f26c0191bdef14689422e884ca6460f19bd9b40a538c9aec"}, + {file = "aligned_textgrid-0.8.0-py3-none-any.whl", hash = "sha256:a6891e77e5e6d9a33ecd5aa90f57ab35fb0d581ac1ef4d27bb03e4ba72d50ac8"}, + {file = "aligned_textgrid-0.8.0.tar.gz", hash = "sha256:b6da5829cc376a3b8859a5a786cd07bb231d04bb4a67a32022fa59c627490350"}, ] [package.dependencies] @@ -3131,4 +3131,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8a2ae33abc0f7e8f3d727bf748068d2fa5bd0b1193eebff1f27850b93f45ab58" +content-hash = "ceb781b732373671a215e0b2d8bb860298b268e745b275e0ed8a1008abf0d4af" diff --git a/pyproject.toml b/pyproject.toml index aaaa399..7f34a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ repository = "https://github.com/Forced-Alignment-and-Vowel-Extraction/fave-reco [tool.poetry.dependencies] python = "^3.10" -aligned-textgrid = "^0.7.8" +aligned-textgrid = "^0.8" pyyaml = "^6.0" cerberus = "^1.3.5" click = "^8.1.7" From 68357850f977c73a759f35d94a60bf66d789c21b Mon Sep 17 00:00:00 2001 From: JoFrhwld Date: Mon, 26 May 2025 15:48:03 -0400 Subject: [PATCH 2/2] v0.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f34a6f..c7f59db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fave-recode" -version = "0.3.2" +version = "0.3.3" description = "A package for recoding Praat TextGrids" authors = ["JoFrhwld "] license = "GPLv3"