Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
visualDust authored Sep 27, 2023
1 parent 1967dd4 commit 95f82f9
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 @@
[tool.poetry]
name = "neetbox"
version = "0.1.515"
version = "0.1.516"
description = "NEETBox contains useless CV code snippets."
license = "MIT"
authors = ["VisualDust <gavin@gong.host>"]
Expand Down Expand Up @@ -51,4 +51,4 @@ requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

[tool.poetry.scripts]
neet = 'neetbox.cli.parse:parse'
neet = 'neetbox.cli.parse:parse'

0 comments on commit 95f82f9

Please sign in to comment.