Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
solairen committed Apr 25, 2024
1 parent ea04371 commit a733f80
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 @@ -7,12 +7,12 @@ jsonschema-cli2 = 'jsonschema_cli2.cli:run'

[tool.poetry]
name = "jsonschema-cli2"
version = "0.4.0"
version = "1.0.0"
description = "A thin wrapper over to allow validating schemas easily using simple CLI commands."
authors = ["solairen <solairen@solairen.tech>"]
readme = 'README.md'
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit a733f80

Please sign in to comment.