Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Jan 23, 2024
1 parent fb11ba6 commit 80bd0a7
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 @@ -17,12 +17,12 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev1"
version = "0.0.0.dev2"
name = "ActionMan"
dependencies = [
"markitup",
]
requires-python = ">=3.9"
requires-python = ">=3.10"

[project.scripts]
am-print-file = "actionman._cli.pprint:file"
Expand Down

0 comments on commit 80bd0a7

Please sign in to comment.