Skip to content

Commit

Permalink
interim release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Oct 8, 2024
1 parent b78c352 commit 860718b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

VERSION = "1.6.0"
VERSION = "1.6.1"
__version__ = VERSION

if __name__ == "__main__":
Expand Down

0 comments on commit 860718b

Please sign in to comment.