Skip to content

Commit 6c57054

Browse files
Auto-update API to: a9fcc8f, 2026-03-13 11:59:56 +0100
1 parent d5f7f41 commit 6c57054

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nebius-api

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nebius"
7-
version = "0.3.44"
7+
version = "0.3.45"
88
description = "Nebius Python SDK"
99
authors = [
1010
{ name = "Daniil Drizhuk", email = "complynx@nebius.com" },

src/nebius/base/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Nebius SDK version information."""
22

3-
version = "0.3.44"
3+
version = "0.3.45"
44
"""Current Nebius SDK version string."""

0 commit comments

Comments
 (0)