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 4c0afa1 commit 5f50b2cCopy full SHA for 5f50b2c
CHANGELOG.md
@@ -1 +1,2 @@
1
+## 0.0.1b1 ##
2
* YDB DBAPI based on QueryService
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ydb-dbapi"
3
-version = "0.0.0" # AUTOVERSION
+version = "0.0.1b1" # AUTOVERSION
4
description = "YDB Python DBAPI which complies with PEP 249"
5
authors = ["Yandex LLC <ydb@yandex-team.ru>"]
6
readme = "README.md"
ydb_dbapi/version.py
@@ -1 +1 @@
-VERSION = "0.0.1"
+VERSION = "0.0.1b1"
0 commit comments