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.
1 parent 31d7771 commit c01e41fCopy full SHA for c01e41f
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ydb-mcp"
7
-version = "0.1.1" # AUTOVERSION
+version = "0.1.0" # AUTOVERSION
8
description = "Model Context Protocol server for YDB DBMS"
9
readme = "README.md"
10
authors = [
setup.py
@@ -0,0 +1,3 @@
1
+from setuptools import setup
2
+
3
+setup()
ydb_mcp/version.py
@@ -1 +1 @@
-VERSION = "0.1.1"
+VERSION = "0.1.0"
0 commit comments