diff --git a/CHANGES.md b/CHANGES.md index 8e13f49411fdbe60f2e63ad292f6380c88914c28..28e3d18e57781a70f85a4ed80ccf022bd5a8ca45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ # Change log +## v0.3.3 + +- Explicitly add click as dependency + + ## v0.3.2 - Fix InvenioRDM draft file upload logic diff --git a/pyproject.toml b/pyproject.toml index 6f7bbf08753fb8c8de252e9d6b59179ec55d9cb9..69f77c0adb47af610100ccbb237b20ba66557a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VRE-Repository-Connector" -version = "0.3.2" +version = "0.3.3" description = "Library for connecting the virtual research environment of TU Wien with its research data repositories" authors = ["Maximilian Moser <maximilian.moser@tuwien.ac.at>", "Sotirios Tsepelakis <sotirios.tsepelakis@tuwien.ac.at>", "Martin Weise <martin.weise@tuwien.ac.at>"] license = "MIT"