Skip to content

Commit

Permalink
chore/minor_change_for_testing (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Buletza <pete.buletza@elyxor.com>
  • Loading branch information
elyxor and petebuletza authored Sep 4, 2024
1 parent 15ab598 commit 1c7f388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
artifactMajorVersion = 1
artifactMinorVersion = 0
artifactPatchVersion = 6
artifactPatchVersion = 7

applicationGroupId = com.elyxor.cachethq
applicationTitle = Cachet HQ okhttp-gson API Client (java)
Expand Down
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 = "cachethq_client"
version = "1.0.6"
version = "1.0.7"
description = "A python client library for connection to a CachetHQ Server"
authors = ["elyxor <info@elyxor.com>"]
readme = "PYPI-README.md"
Expand Down

0 comments on commit 1c7f388

Please sign in to comment.