From 65c595746227254877c6f647e15ab71e4342d2c8 Mon Sep 17 00:00:00 2001 From: pwt <1089749+pwt@users.noreply.github.com> Date: Sun, 23 May 2021 10:30:20 +0100 Subject: [PATCH] Increment version number to v0.22.3 --- soco/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soco/__init__.py b/soco/__init__.py index 016f462f0..14db86431 100644 --- a/soco/__init__.py +++ b/soco/__init__.py @@ -17,7 +17,7 @@ __author__ = "The SoCo-Team " # Please increment the version number and add the suffix "-dev" after # a release, to make it possible to identify in-development code -__version__ = "0.22.2" +__version__ = "0.22.3" __website__ = "https://github.com/SoCo/SoCo" __license__ = "MIT License"