Skip to content

Commit 0cd2faa

Browse files
authored
Change dstool's version to 0.0.12 (#10608)
1 parent 669e2b5 commit 0cd2faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/apps/dstool/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setuptools.setup(
3030
name="ydb-dstool",
31-
version="0.0.9",
31+
version="0.0.12",
3232
description="YDB Distributed Storage Administration Tool",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",
@@ -64,7 +64,7 @@
6464
"grpcio>=1.5.0",
6565
"packaging"
6666
),
67-
python_requires=">=3.6",
67+
python_requires=">=3.7",
6868
entry_points={
6969
"console_scripts": [
7070
"ydb-dstool = ydb.apps.dstool.main:main",

0 commit comments

Comments
 (0)