From 13796063402605028629a637a4655e706a731e13 Mon Sep 17 00:00:00 2001 From: pnadolny13 Date: Tue, 11 Apr 2023 18:18:14 -0400 Subject: [PATCH] bump release to 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc10603..208d189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meltanolabs-tap-dynamodb" -version = "0.0.1" +version = "0.1.0" description = "`tap-dynamodb` is a Singer tap for DynamoDB, built with the Meltano Singer SDK." readme = "README.md" authors = ["Pat Nadolny"]