cerebrium 2.1.10__py3-none-any.whl → 2.1.11__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.
- {cerebrium-2.1.10.dist-info → cerebrium-2.1.11.dist-info}/METADATA +1 -1
- cerebrium-2.1.11.dist-info/RECORD +7 -0
- {cerebrium-2.1.10.dist-info → cerebrium-2.1.11.dist-info}/WHEEL +1 -1
- cerebrium_cli.py +1 -1
- cerebrium-2.1.10.dist-info/RECORD +0 -7
- {cerebrium-2.1.10.dist-info → cerebrium-2.1.11.dist-info}/entry_points.txt +0 -0
- {cerebrium-2.1.10.dist-info → cerebrium-2.1.11.dist-info}/licenses/LICENSE +0 -0
- {cerebrium-2.1.10.dist-info → cerebrium-2.1.11.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
cerebrium_cli.py,sha256=Py-kwNuHMBIvjivGr-e9DNMBkF3ikEPuX0GXrpoPmnM,9842
|
|
2
|
+
cerebrium-2.1.11.dist-info/licenses/LICENSE,sha256=u7XCwQMGRP0gSq7xrRxKLyQPP-IKVUdEcrMzs0_nXJg,1069
|
|
3
|
+
cerebrium-2.1.11.dist-info/METADATA,sha256=WUaRmaiD8p_K_LHRs5zcs0-cShKJp8XKFuWpSAm2wPw,2624
|
|
4
|
+
cerebrium-2.1.11.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
5
|
+
cerebrium-2.1.11.dist-info/entry_points.txt,sha256=S7rf3wTPoqmRcmtHBf062sRx7JmlXLvaNW4Tf_HbDko,49
|
|
6
|
+
cerebrium-2.1.11.dist-info/top_level.txt,sha256=8HaQPnPNist_EEHsBqhRtv38Z-XjTFNUapEyOgi0XpA,14
|
|
7
|
+
cerebrium-2.1.11.dist-info/RECORD,,
|
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.
|
|
24
|
+
VERSION = "2.1.11"
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|