From c382416887d4be1c40931e8b414ddd50db86330f Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Wed, 9 Oct 2024 11:56:17 -0400 Subject: [PATCH] version now lives in pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3864ea..2c130a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,14 +7,14 @@ packages = ["velociraptor", "velociraptor.catalogue", "velociraptor.fitting_form [project] name = "velociraptor-python" -version="0.16.1" +version="0.18.0" authors = [ { name="Josh Borrow", email="josh@joshborrow.com" }, { name="Kyle Oman", email="kyle.a.oman@durham.ac.uk" }, ] description="Velociraptor catalogue reading routines." readme = "README.md" -requires-python = ">3.6.0" +requires-python = ">3.10.0" classifiers = [ "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", @@ -33,4 +33,4 @@ dependencies = [ [project.scripts] velociraptor-plot = "velociraptor.velociraptor_plot:velociraptor_plot" -velociraptor-compute-box-size-correction = "velociraptor.velociraptor_compute_box_size_correction:velociraptor_compute_box_size_correction" \ No newline at end of file +velociraptor-compute-box-size-correction = "velociraptor.velociraptor_compute_box_size_correction:velociraptor_compute_box_size_correction"