From 25fbf36a5c1e1c0e404bba86ff8109f622e9a121 Mon Sep 17 00:00:00 2001 From: David Rubinstein Date: Sun, 1 Oct 2023 15:33:36 -0400 Subject: [PATCH] Remove unmaintained bump2version --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 585a6947..f222fdde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,3 @@ -[bumpversion] -current_version = 0.3.0 -commit = True -tag = True - [metadata] name = basic-pitch version = attr: basic_pitch.__version__ @@ -78,4 +73,4 @@ universal = 1 [build-system] requires = wheel - cython + cython \ No newline at end of file