diff --git a/realbook/__init__.py b/realbook/__init__.py index 45d06f5..cece0b4 100644 --- a/realbook/__init__.py +++ b/realbook/__init__.py @@ -16,7 +16,7 @@ # limitations under the License. __author__ = "Spotify" -__version__ = "1.0.3" +__version__ = "1.0.4" __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 af71c08..ac5e15f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.0.4 commit = True tag = True