Skip to content

Commit

Permalink
chore: cleanup after release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mhordynski committed Apr 25, 2024
1 parent 370de31 commit 1bf88e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[metadata]
name = dbally
# do not change version by hand, is will be automatically updated during the release action
version = 0.0.2
version = 0.1.0
description = "Efficient, consistent and secure library for querying structured data with natural language"
long_description = file: README.md
long_description_content_type = text/markdown
author = deepsense.ai
author_email = [email protected]
license = MIT
Expand Down Expand Up @@ -77,4 +79,4 @@ test = pytest

[options.entry_points]
console_scripts =
dbally = dbally_cli.main:cli
dbally = dbally_cli.main:cli

0 comments on commit 1bf88e9

Please sign in to comment.