From 238d284cd588e2447853adc0e6f57a429749c6a4 Mon Sep 17 00:00:00 2001 From: Reuben Frankel Date: Wed, 7 Feb 2024 15:38:22 +0000 Subject: [PATCH] Release `v0.1.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33395c5..9068542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-msaccess" -version = "0.0.1" +version = "0.1.0" description = "`tap-msaccess` is a Singer tap for MSAccess, built with the Meltano Singer SDK." readme = "README.md" authors = ["Reuben Frankel "]