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.
2 parents 5870e24 + 5f50b2c commit cfcc20cCopy full SHA for cfcc20c
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 <[email protected]>"]
6
readme = "README.md"
ydb_dbapi/version.py
@@ -1 +1 @@
-VERSION = "0.0.1"
+VERSION = "0.0.1b1"
0 commit comments