From 3cbea7268b031c44b654e814ad7d7c6b09667588 Mon Sep 17 00:00:00 2001 From: Joel <100006388+joelrico@users.noreply.github.com> Date: Sun, 25 Dec 2022 11:53:08 -0800 Subject: [PATCH] Bump to v0.1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b45145..1707fa9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ this_directory = Path(__file__).parent -VERSION = '0.1.6' +VERSION = '0.1.7' DESCRIPTION = 'Python wrapper for Genius API' long_description = (this_directory / "README.md").read_text()