From 860718bd6a6faded3a4e1fb4a6b187495346036b Mon Sep 17 00:00:00 2001 From: bensteUEM Date: Tue, 8 Oct 2024 21:02:33 +0200 Subject: [PATCH] interim release 1.6.1 --- pyproject.toml | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b58291..0558690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "churchtools-api" -version = "1.6.0" +version = "1.6.1" description = "A python wrapper for use with ChurchToolsAPI" authors = [ "bensteUEM", diff --git a/version.py b/version.py index 6fcf59e..86e3a96 100644 --- a/version.py +++ b/version.py @@ -2,7 +2,7 @@ import os -VERSION = "1.6.0" +VERSION = "1.6.1" __version__ = VERSION if __name__ == "__main__":