diff --git a/gradle.properties b/gradle.properties index 2e3ca0793..77f4dfd1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.7.2 +version=0.8.0 group=io.littlehorse kafkaVersion=3.7.0 lombokVersion=1.18.28 diff --git a/sdk-python/pyproject.toml b/sdk-python/pyproject.toml index e49859d8b..b7004956c 100644 --- a/sdk-python/pyproject.toml +++ b/sdk-python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "littlehorse-client" -version = "0.7.2" +version = "0.8.0" description = "LittleHorse is a high-performance microservice orchestration engine that allows developers to build scalable, maintainable, and observable applications" authors = [ "LittleHorse Engineering ",] readme = "README.md"