kalibr 1.0.14__tar.gz → 1.0.15__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.
- {kalibr-1.0.14/kalibr.egg-info → kalibr-1.0.15}/PKG-INFO +1 -1
- {kalibr-1.0.14 → kalibr-1.0.15/kalibr.egg-info}/PKG-INFO +1 -1
- {kalibr-1.0.14 → kalibr-1.0.15}/pyproject.toml +1 -1
- {kalibr-1.0.14 → kalibr-1.0.15}/setup.py +1 -1
- {kalibr-1.0.14 → kalibr-1.0.15}/KALIBR_SDK_COMPLETE.md +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/LICENSE.txt +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/MANIFEST.in +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/README.md +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/examples/__init__.py +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/examples/demo_app.py +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/examples/enhanced_kalibr_example.py +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr/__init__.py +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr/__main__.py +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr/kalibr_app.py +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr/schema_generators.py +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr.egg-info/SOURCES.txt +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr.egg-info/dependency_links.txt +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr.egg-info/entry_points.txt +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr.egg-info/requires.txt +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/kalibr.egg-info/top_level.txt +0 -0
- {kalibr-1.0.14 → kalibr-1.0.15}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "kalibr"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.15"
|
|
8
8
|
description = "Kalibr SDK — Integrate your SaaS with every major AI model using a single SDK."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Devon" }]
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="kalibr",
|
|
5
|
-
version="1.0.
|
|
5
|
+
version="1.0.15", # bump for new upload
|
|
6
6
|
author="Devon",
|
|
7
7
|
author_email="hello@kalibr.systems",
|
|
8
8
|
description="Kalibr SDK — integrate your SaaS or app with every major AI model using one schema.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|