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" 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