Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <contact@cos.io>", 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 = [
Expand Down