From eb00ef64dcb1d2af62307e1c80c0809396c1633c Mon Sep 17 00:00:00 2001 From: desbma Date: Sat, 25 Mar 2023 20:41:32 +0100 Subject: [PATCH] Version 1.0.7 --- r128gain/__init__.py | 2 +- update-version => release | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename update-version => release (100%) diff --git a/r128gain/__init__.py b/r128gain/__init__.py index 6935570..79a5cbd 100755 --- a/r128gain/__init__.py +++ b/r128gain/__init__.py @@ -2,7 +2,7 @@ """ Scan audio files and tag them with ReplayGain/R128 loudness metadata. """ -__version__ = "1.0.6" +__version__ = "1.0.7" __author__ = "desbma" __license__ = "LGPLv2" diff --git a/update-version b/release similarity index 100% rename from update-version rename to release