diff --git a/pyproject.toml b/pyproject.toml index cf3246c..614e0d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "osfexport" -version = "0.1.4" +version = "0.2.0" authors = [ { name="Benito Matischen", email="benito.matischen@manchester.ac.uk" }, { name="Ramiro Bravo", email="ramiro.bravo@manchester.ac.uk" }, { name="Sarah Jaffa", email="sarah.jaffa@manchester.ac.uk" }, { name="Center for Open Science ", email="contact@cos.io" } ] -description = "A package for exporting projects from the Open Science Framework web app. Comes with a CLI." +description = "A package for exporting projects from the Open Science Framework web app. Comes with a Command-line interface for exporting projects." readme = "README.md" requires-python = ">=3.12" classifiers = [