Skip to content

Commit

Permalink
Update project version (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
IFenton authored Aug 8, 2024
1 parent 7045809 commit 245870e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scivision"
version = "0.7.2"
version = "0.7.3"
description = "Scivision"
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -57,4 +57,4 @@ cloud_extra = ["scivision[gcs,s3]"]
[project.scripts]
scivision-catalog-json-schema = "scivision.catalog.gen_json_schema:entry_point"
scivision-check-datasets = "scivision.catalog.check_datasets:entry_point"
scivision-check-models = "scivision.catalog.check_models:entry_point"
scivision-check-models = "scivision.catalog.check_models:entry_point"

0 comments on commit 245870e

Please sign in to comment.