cerebrium 2.1.10__py3-none-any.whl → 2.1.12__py3-none-any.whl

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: cerebrium
3
- Version: 2.1.10
3
+ Version: 2.1.12
4
4
  Summary: CLI for deploying and managing Cerebrium apps
5
5
  Author-email: Cerebrium AI <support@cerebrium.ai>
6
6
  License: MIT
@@ -0,0 +1,7 @@
1
+ cerebrium_cli.py,sha256=_iYaSgFiiMKis69uo4mIPyS4itF9BYsxo2l4ywcyiAI,9842
2
+ cerebrium-2.1.12.dist-info/licenses/LICENSE,sha256=u7XCwQMGRP0gSq7xrRxKLyQPP-IKVUdEcrMzs0_nXJg,1069
3
+ cerebrium-2.1.12.dist-info/METADATA,sha256=o2CdLoI10sPjn_7wT4dtGkCuW_SpHtR-JgS0TNFxxno,2624
4
+ cerebrium-2.1.12.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
5
+ cerebrium-2.1.12.dist-info/entry_points.txt,sha256=S7rf3wTPoqmRcmtHBf062sRx7JmlXLvaNW4Tf_HbDko,49
6
+ cerebrium-2.1.12.dist-info/top_level.txt,sha256=8HaQPnPNist_EEHsBqhRtv38Z-XjTFNUapEyOgi0XpA,14
7
+ cerebrium-2.1.12.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
cerebrium_cli.py CHANGED
@@ -21,7 +21,7 @@ from urllib.request import urlopen
21
21
  # DO NOT EDIT: This version is automatically updated by the GitHub Action
22
22
  # (.github/workflows/pypi-publish.yml) during release. It uses GitHub/semver
23
23
  # format (e.g., "2.1.0-beta.1" for beta, "2.1.0" for stable).
24
- VERSION = "2.1.10"
24
+ VERSION = "2.1.12"
25
25
 
26
26
 
27
27
  def github_to_pypi_version(github_version: str) -> str:
@@ -1,7 +0,0 @@
1
- cerebrium_cli.py,sha256=SidpJQFwGXQsBkV7LN6MCv0YrUUSRZuJAUDlDw3JBns,9842
2
- cerebrium-2.1.10.dist-info/licenses/LICENSE,sha256=u7XCwQMGRP0gSq7xrRxKLyQPP-IKVUdEcrMzs0_nXJg,1069
3
- cerebrium-2.1.10.dist-info/METADATA,sha256=q-6xYApuDfGNI-aNG3J4KpzDITE7obXvHmn62c3Obvs,2624
4
- cerebrium-2.1.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- cerebrium-2.1.10.dist-info/entry_points.txt,sha256=S7rf3wTPoqmRcmtHBf062sRx7JmlXLvaNW4Tf_HbDko,49
6
- cerebrium-2.1.10.dist-info/top_level.txt,sha256=8HaQPnPNist_EEHsBqhRtv38Z-XjTFNUapEyOgi0XpA,14
7
- cerebrium-2.1.10.dist-info/RECORD,,