Skip to content

Commit

Permalink
Update pyproject.toml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey82221 authored Jan 16, 2024
1 parent ade96be commit dbd2196
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
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "jskiner"
requires-python = ">=3.7"
version = "0.1.0"
version = "0.1.1"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand All @@ -16,4 +16,4 @@ classifiers = [
python-source = "python"

[project.scripts]
jskiner = "jskiner.cmd:run"
jskiner = "jskiner.cmd:run"

0 comments on commit dbd2196

Please sign in to comment.