phaseo 2.0.4__tar.gz → 2.0.5__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phaseo
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: Phaseo Python SDK transition package.
5
5
  Project-URL: Homepage, https://phaseo.app
6
6
  Project-URL: Documentation, https://docs.phaseo.app
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Programming Language :: Python :: 3 :: Only
16
16
  Classifier: Typing :: Typed
17
17
  Requires-Python: >=3.10
18
- Requires-Dist: ai-stats-py-sdk==2.0.4
18
+ Requires-Dist: ai-stats-py-sdk==2.0.5
19
19
  Description-Content-Type: text/markdown
20
20
 
21
21
  # Phaseo Python SDK
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "phaseo"
7
- version = "2.0.4"
7
+ version = "2.0.5"
8
8
  description = "Phaseo Python SDK transition package."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -19,7 +19,7 @@ classifiers = [
19
19
  "Typing :: Typed",
20
20
  ]
21
21
  dependencies = [
22
- "ai-stats-py-sdk==2.0.4",
22
+ "ai-stats-py-sdk==2.0.5",
23
23
  ]
24
24
 
25
25
  [project.urls]
@@ -10,4 +10,4 @@ from ai_stats import * # noqa: F401,F403
10
10
  try:
11
11
  from ai_stats import __version__ as __version__
12
12
  except ImportError: # pragma: no cover
13
- __version__ = "2.0.4"
13
+ __version__ = "2.0.5"
File without changes
File without changes