From 1c7f388a9bc563837f7df57d6aa64bc4f3a07bff Mon Sep 17 00:00:00 2001 From: Elyxor Date: Wed, 4 Sep 2024 14:15:43 -0400 Subject: [PATCH] chore/minor_change_for_testing (#20) Co-authored-by: Pete Buletza --- README.md | 1 + gradle.properties | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 976f500..e5c67b5 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ To use the java client library, clone the repo, run `./gradlew build`, go into t ## Python - publish location: [PyPI](https://pypi.org/project/cachethq-client/) +- generated API docs: https://github.com/ElyxorCorp/cachethq-swagger/blob/dev/api-doc/README.md diff --git a/gradle.properties b/gradle.properties index 06c990a..807c53a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ artifactMajorVersion = 1 artifactMinorVersion = 0 -artifactPatchVersion = 6 +artifactPatchVersion = 7 applicationGroupId = com.elyxor.cachethq applicationTitle = Cachet HQ okhttp-gson API Client (java) diff --git a/pyproject.toml b/pyproject.toml index 0831fce..43acfee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cachethq_client" -version = "1.0.6" +version = "1.0.7" description = "A python client library for connection to a CachetHQ Server" authors = ["elyxor "] readme = "PYPI-README.md"