From e48b2d94d28dd7456f2c2d88ec6c83ea07c7947f Mon Sep 17 00:00:00 2001 From: Nina Di Cara Date: Mon, 29 Mar 2021 14:37:19 +0100 Subject: [PATCH] Update to version 0.1.0 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8638aa5..1b14571 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = spotifyrehydrator -version = 0.0.1 +version = 0.1.0 author = Nina Di Cara author_email = ninadicara@gmail.com description = A convenience package for creating datasets of track features from self-requested Spotify data. diff --git a/setup.py b/setup.py index 81a70e1..03ee2d5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="spotifyrehydrator", - version="0.0.1", + version="0.1.0", author="Nina Di Cara", author_email="ninadicara@gmail.com", description="A convenience package for creating datasets of track features from self-requested Spotify data.",