From 6e0ad4d3d6bb9bbf24f2a9ae565b745ad8ff5391 Mon Sep 17 00:00:00 2001 From: Eric Le Lay Date: Sat, 23 Nov 2024 17:29:23 +0100 Subject: [PATCH] bump version to 1.10 --- mygpoclient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mygpoclient/__init__.py b/mygpoclient/__init__.py index 26007e5..60235fe 100644 --- a/mygpoclient/__init__.py +++ b/mygpoclient/__init__.py @@ -21,7 +21,7 @@ This is mygpoclient, the gpodder.net API Client Library for Python. """ __author__ = 'Thomas Perl ' -__version__ = '1.9' +__version__ = '1.10' __website__ = 'http://gpodder.org/mygpoclient/' __license__ = 'GNU General Public License v3 or later' -- 2.11.4.GIT