From a48cc2ae152b17eb3d87259d3e7708498b317c41 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 24 Apr 2023 19:48:38 -0400 Subject: [PATCH] Up version to 0.6.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19252f1..9213641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tom-alertstreams" -version = "0.6.1" +version = "0.6.2" description = "Reusable TOMToolkit app for listening to kafka streams." authors = ["TOM Toolkit Project ", "Lindy Lindstrom "] license = "GPL-3.0-only" @@ -45,4 +45,4 @@ pytest = "^3.0.3" [build-system] requires = ["poetry-core>=1.0.0", "setuptools>=45", "setuptools_scm[toml]>=6.2"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"