Skip to content

Commit a7b6ab7

Browse files
committed
chore: version update
1 parent f9f6875 commit a7b6ab7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "churchtools-api"
3-
version = "1.6.1"
3+
version = "1.7.0"
44
description = "A python wrapper for use with ChurchToolsAPI"
55
authors = [
66
"bensteUEM",

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44

5-
VERSION = "1.6.1"
5+
VERSION = "1.7.0"
66
__version__ = VERSION
77

88
if __name__ == "__main__":

0 commit comments

Comments
 (0)