Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesHuisman authored Nov 1, 2023
1 parent a048ac6 commit 5a07a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -44,4 +44,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
elx = 'elx.cli:main'
elx = 'elx.cli:main'

0 comments on commit 5a07a4b

Please sign in to comment.