From 51727cd409dff9011784ff098d5cc0be8c966f62 Mon Sep 17 00:00:00 2001 From: Alistair Hughes Date: Fri, 21 May 2021 21:34:42 +0100 Subject: [PATCH] Bump version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69e3891..e2ab64f 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='python3-discogs-client', - version='2.3.11', + version='2.3.12', description='Python API client for Discogs', long_description='This is an active fork of the official "Discogs API client for Python", which was deprecated by discogs.com as of June 2020. We think it is a very useful Python module and decided to continue maintaining it. Please visit: https://github.com/joalla/discogs_client for more information.', url='https://github.com/joalla/discogs_client',