Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
fix: dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Jul 25, 2023
1 parent 7126d37 commit fee4209
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyKLI"
version = "1.1.1"
version = "0"
description = "Interactive ksqlDB command line client with autocompletion and syntax highlighting"
license = "MIT"
authors = ["Ievgenii Shepeliuk <[email protected]>"]
Expand Down Expand Up @@ -39,3 +39,6 @@ line-length = 140
markers = [
"e2e: e2e tests",
]

[tool.poetry-version-plugin]
source = "git-tag"

0 comments on commit fee4209

Please sign in to comment.