From b4892bb98f62bcaa812242861bd7d5e208aa8471 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sat, 28 Jan 2023 15:27:07 +0100 Subject: [PATCH] Release 0.1.3 --- pyixapi/core/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyixapi/core/api.py b/pyixapi/core/api.py index d566041..53810ff 100644 --- a/pyixapi/core/api.py +++ b/pyixapi/core/api.py @@ -30,7 +30,7 @@ RoleAssignment, ) -__version__ = "0.1.2" +__version__ = "0.1.3" class API(object):