Skip to content

Commit 8c66b94

Browse files
author
robot
committed
Release: 0.1.1
1 parent 60f7b56 commit 8c66b94

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
## 0.1.1 ##
12
* Update package
23

34
## 0.1.0 ##
4-
* First version
5+
* First version

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 = "ydb-mcp"
7-
version = "0.1.0" # AUTOVERSION
7+
version = "0.1.1" # AUTOVERSION
88
description = "Model Context Protocol server for YDB DBMS"
99
readme = "README.md"
1010
authors = [

ydb_mcp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.0"
1+
VERSION = "0.1.1"

0 commit comments

Comments
 (0)