From a9c09d33c11076ece377a1de07ef8df44a684c9b Mon Sep 17 00:00:00 2001 From: Peter Sobot Date: Fri, 6 Jun 2025 09:19:03 -0400 Subject: [PATCH 1/2] Update __init__.py --- realbook/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realbook/__init__.py b/realbook/__init__.py index cece0b4..cfc6f8b 100644 --- a/realbook/__init__.py +++ b/realbook/__init__.py @@ -16,7 +16,7 @@ # limitations under the License. __author__ = "Spotify" -__version__ = "1.0.4" +__version__ = "1.0.5" __email__ = "realbook@spotify.com" __description__ = "Python libraries for easier machine learning on audio" __url__ = "https://github.com/spotify/realbook" From def320224262e45cc53f9f9d282795c587cb7f88 Mon Sep 17 00:00:00 2001 From: Peter Sobot Date: Fri, 6 Jun 2025 09:29:29 -0400 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ac5e15f..e38a83b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = True