From 10102075947da4a3d90bf77dda68a3267a7722ac Mon Sep 17 00:00:00 2001 From: Jules Huisman Date: Fri, 10 Nov 2023 19:35:53 +0100 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a61d246..9fa6fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elx" -version = "0.1.0" +version = "0.2.0" description = "A lightweight Python interface for extracting and loading using the Singer.io spec." authors = ["Jules Huisman "] readme = "README.md"