diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..aad17852 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## [v0.4.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.4.0) - 2022-11-23 + +### Feature +* Add project creation ([#49](https://github.com/DS4SD/deepsearch-toolkit/issues/49)) ([`4a5a52f`](https://github.com/DS4SD/deepsearch-toolkit/commit/4a5a52fdb73bda6eb204739946405ccdede58131)) diff --git a/pyproject.toml b/pyproject.toml index 155ea10b..dae9875b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.3.4" # DO NOT EDIT, updated automatically +version = "0.4.0" # DO NOT EDIT, updated automatically description = "Interact with the Deep Search platform for new knowledge explorations and discoveries" authors = ["Michele Dolfi ", "André Carvalho ", "Lokesh Mishra ", "Christoph Auer ", "Kasper Dinkla ", "Cesar Berrospi Ramis ", "Panos Vagenas ", "Peter Staar "] license = "MIT"