Skip to content

Commit c382416

Browse files
committed
version now lives in pyproject.toml
1 parent b5eefee commit c382416

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages = ["velociraptor", "velociraptor.catalogue", "velociraptor.fitting_form
77

88
[project]
99
name = "velociraptor-python"
10-
version="0.16.1"
10+
version="0.18.0"
1111
authors = [
1212
{ name="Josh Borrow", email="josh@joshborrow.com" },
1313
{ name="Kyle Oman", email="kyle.a.oman@durham.ac.uk" },
1414
]
1515
description="Velociraptor catalogue reading routines."
1616
readme = "README.md"
17-
requires-python = ">3.6.0"
17+
requires-python = ">3.10.0"
1818
classifiers = [
1919
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
2020
"Operating System :: OS Independent",
@@ -33,4 +33,4 @@ dependencies = [
3333

3434
[project.scripts]
3535
velociraptor-plot = "velociraptor.velociraptor_plot:velociraptor_plot"
36-
velociraptor-compute-box-size-correction = "velociraptor.velociraptor_compute_box_size_correction:velociraptor_compute_box_size_correction"
36+
velociraptor-compute-box-size-correction = "velociraptor.velociraptor_compute_box_size_correction:velociraptor_compute_box_size_correction"

0 commit comments

Comments
 (0)