From 18ee55691bacd6a0865eef716f2be00d88684d84 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Mon, 11 Sep 2023 12:04:10 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2be1d38..705a7fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "ora_get" -version = "0.0.1" +version = "0.1.1" authors = [ { name="Tom Russell", email="tom.russell@ouce.ox.ac.uk" }, ] -description = "Download from figshare" +description = "Download from ORA" readme = "README.md" requires-python = ">=3.7" classifiers = [