We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a729b3b + 6dbb944 commit e5b3cb9Copy full SHA for e5b3cb9
setup.py
@@ -1,15 +1,10 @@
1
# -*- coding: utf-8 -*-
2
import setuptools
3
4
-try:
5
- from ydb_version import VERSION
6
-except ImportError:
7
- VERSION = "0.0.1-dev"
8
-
9
10
setuptools.setup(
11
name="ydb",
12
- version=VERSION,
+ version="2.3.1",
13
description="YDB Python library",
14
author="Yandex LLC",
15
author_email="ydb@yandex-team.ru",
ydb/ydb_version.py
@@ -1 +1 @@
-VERSION = "2.3.0"
+VERSION = "2.3.1"
ydb_version.py
0 commit comments