clovrix 0.1.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,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clovrix
3
- Version: 0.1.0
3
+ Version: 1.0.0
4
4
  Summary: Official Python SDK for the Clovrix Public API
5
5
  Project-URL: Homepage, https://github.com/clovrix/sdk/tree/main/python
6
6
  Project-URL: Repository, https://github.com/clovrix/sdk
7
7
  Author: Clovrix
8
8
  License: MIT
9
9
  Keywords: clovrix,config,environment-variables,sdk,secrets
10
- Classifier: Development Status :: 4 - Beta
10
+ Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Programming Language :: Python :: 3
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "clovrix"
7
- version = "0.1.0"
7
+ version = "1.0.0"
8
8
  description = "Official Python SDK for the Clovrix Public API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -12,7 +12,7 @@ license = { text = "MIT" }
12
12
  authors = [{ name = "Clovrix" }]
13
13
  keywords = ["clovrix", "secrets", "config", "environment-variables", "sdk"]
14
14
  classifiers = [
15
- "Development Status :: 4 - Beta",
15
+ "Development Status :: 5 - Production/Stable",
16
16
  "Intended Audience :: Developers",
17
17
  "License :: OSI Approved :: MIT License",
18
18
  "Programming Language :: Python :: 3",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes