From b6196838839b09d704e077f230e01d21dc036e63 Mon Sep 17 00:00:00 2001 From: Reuben Frankel Date: Wed, 7 Feb 2024 16:10:19 +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 "]