From 5a07a4b2e5bb61bc055535dd71defa33795eabd3 Mon Sep 17 00:00:00 2001 From: Jules Huisman Date: Wed, 1 Nov 2023 12:47:05 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9386298..e95f783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elx" -version = "0.1.0a5" +version = "0.1.0a6" description = "A lightweight Python interface for extracting and loading using the Singer.io spec." authors = ["Jules Huisman "] readme = "README.md" @@ -44,4 +44,4 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -elx = 'elx.cli:main' \ No newline at end of file +elx = 'elx.cli:main'