From 3c67a96bc424af93c3587b7ddb12bb898b2ee55a Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Mon, 24 Jan 2022 11:19:16 -0800 Subject: [PATCH] version bump to 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77ab49b..697a838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meltano-map-transform" -version = "0.0.1" +version = "0.0.2" description = "`meltano-map-transform` is a Singer-compatible inline map transformer, built with the Meltano SDK for Singer Taps." authors = [ "Meltano Team and Contributors",