-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup after release process
- Loading branch information
1 parent
370de31
commit 1bf88e9
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -77,4 +79,4 @@ test = pytest | |
|
||
[options.entry_points] | ||
console_scripts = | ||
dbally = dbally_cli.main:cli | ||
dbally = dbally_cli.main:cli |