From 183654f3596e600229f3e19dc622a945a520d888 Mon Sep 17 00:00:00 2001 From: Stanislav Ionascu Date: Mon, 3 Jan 2022 17:28:48 +0000 Subject: [PATCH] Bump release to 4.1.1.0a0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e51c67e..8cc0d8c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ README = open("README.md", "r").read() NAME = "EmbyAPI" -VERSION = "4.1.1.0" +VERSION = "4.1.1.0a0" # To install the library, run the following # # python setup.py install