Skip to content

Commit e714d94

Browse files
Auto-update API to: bdabb34, 2026-03-20 11:35:48 +0100
1 parent 137e893 commit e714d94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.49"
7+
version = "0.3.50"
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.49"
3+
version = "0.3.50"
44
"""Current Nebius SDK version string."""

0 commit comments

Comments
 (0)