jsonschema-cli2 0.4.0__tar.gz → 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jsonschema-cli2
3
- Version: 0.4.0
3
+ Version: 1.0.0
4
4
  Summary: A thin wrapper over to allow validating schemas easily using simple CLI commands.
5
5
  Author: solairen
6
6
  Author-email: solairen@solairen.tech
7
7
  Requires-Python: >=3.8
8
- Classifier: Development Status :: 4 - Beta
8
+ Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: Environment :: Console
10
10
  Classifier: Intended Audience :: Developers
11
11
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
@@ -7,12 +7,12 @@ jsonschema-cli2 = 'jsonschema_cli2.cli:run'
7
7
 
8
8
  [tool.poetry]
9
9
  name = "jsonschema-cli2"
10
- version = "0.4.0"
10
+ version = "1.0.0"
11
11
  description = "A thin wrapper over to allow validating schemas easily using simple CLI commands."
12
12
  authors = ["solairen <solairen@solairen.tech>"]
13
13
  readme = 'README.md'
14
14
  classifiers = [
15
- "Development Status :: 4 - Beta",
15
+ "Development Status :: 5 - Production/Stable",
16
16
  "Programming Language :: Python",
17
17
  "Programming Language :: Python :: 3",
18
18
  "Programming Language :: Python :: 3 :: Only",
File without changes