From 2cee437e3fa738c41825981fcc183df85754cb39 Mon Sep 17 00:00:00 2001 From: Robert Forkel Date: Thu, 21 Mar 2024 12:30:48 +0100 Subject: [PATCH] 1.1.0 - drop py3.7 compat --- RELEASING.md | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 293dd87..5ba90ab 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -11,7 +11,7 @@ Releasing clld-audio-plugin tox -r ``` -- Change setup.py version to the new version number. +- Change setup.cfg version to the new version number. - Bump version number: ``` @@ -37,7 +37,7 @@ Releasing clld-audio-plugin git push --tags ``` -- Append `.dev0` to the version number in `setup.py` for the new development cycle. +- Append `.dev0` to the version number in `setup.cfg` for the new development cycle. - Commit/push the version change: ```shell diff --git a/setup.cfg b/setup.cfg index 41ac316..f607477 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clld-audio-plugin -version = 1.0.1.dev0 +version = 1.1.0 license_file = LICENSE author = Robert Forkel author_email = dlce.rdm@eva.mpg.de