Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inno committed May 13, 2024
1 parent 101da2e commit fbcdaa4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ shell = """
&& open htmlcov/index.html
"""
[tool.poetry]
name = "simplecli"
version = "0.1.0"
name = "pysimplecli"
version = "1.0.0"
description = ""
authors = ["Clif Bratcher <[email protected]>"]
readme = "README.md"
packages = [
{include = "simplecli"}
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit fbcdaa4

Please sign in to comment.