Skip to content

Commit c01e41f

Browse files
committed
revert release and add setup.py
1 parent 31d7771 commit c01e41f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from setuptools import setup
2+
3+
setup()

ydb_mcp/version.py

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

0 commit comments

Comments
 (0)