From 3f5d2123b831fbeed557edcd73335630796752b1 Mon Sep 17 00:00:00 2001 From: JulesHuisman Date: Wed, 12 Jul 2023 18:44:16 +0200 Subject: [PATCH] Set pre-release version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f034db..9246997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elx" -version = "0.1.0" +version = "0.1.0a1" description = "A lightweight Python interface for extracting and loading using the Singer.io spec." authors = ["Jules Huisman "] readme = "README.md"