From c855a5e106356a1fbd3bff0c49a32cd8f569560f Mon Sep 17 00:00:00 2001 From: mortonjt Date: Mon, 30 Mar 2020 16:34:00 -0400 Subject: [PATCH] version update --- songbird/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/songbird/__init__.py b/songbird/__init__.py index 55f74dd..72beba9 100644 --- a/songbird/__init__.py +++ b/songbird/__init__.py @@ -1,3 +1,3 @@ import warnings warnings.filterwarnings("ignore", category=FutureWarning) -__version__ = "1.0.2" +__version__ = "1.0.3"