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 60f7b56 commit 8c66b94Copy full SHA for 8c66b94
CHANGELOG.md
@@ -1,4 +1,5 @@
1
+## 0.1.1 ##
2
* Update package
3
4
## 0.1.0 ##
-* First version
5
+* First version
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "ydb-mcp"
7
-version = "0.1.0" # AUTOVERSION
+version = "0.1.1" # AUTOVERSION
8
description = "Model Context Protocol server for YDB DBMS"
9
readme = "README.md"
10
authors = [
ydb_mcp/version.py
@@ -1 +1 @@
-VERSION = "0.1.0"
+VERSION = "0.1.1"
0 commit comments