Skip to content

Commit

Permalink
version now lives in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Oct 9, 2024
1 parent b5eefee commit c382416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
{ name="Kyle Oman", email="[email protected]" },
]
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",
Expand All @@ -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"
velociraptor-compute-box-size-correction = "velociraptor.velociraptor_compute_box_size_correction:velociraptor_compute_box_size_correction"

0 comments on commit c382416

Please sign in to comment.