-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version to 1.0.1 [skip ci]
- Loading branch information
1 parent
2dfbcd7
commit 16cd24b
Showing
2 changed files
with
7 additions
and
1 deletion.
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
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "deepsearch-toolkit" | ||
version = "1.0.0" # DO NOT EDIT, updated automatically | ||
version = "1.0.1" # DO NOT EDIT, updated automatically | ||
description = "Interact with the Deep Search platform for new knowledge explorations and discoveries" | ||
authors = ["Michele Dolfi <[email protected]>", "André Carvalho <[email protected]>", "Lokesh Mishra <[email protected]>", "Christoph Auer <[email protected]>", "Kasper Dinkla <[email protected]>", "Cesar Berrospi Ramis <[email protected]>", "Panos Vagenas <[email protected]>", "Peter Staar <[email protected]>"] | ||
license = "MIT" | ||
|