Skip to content

Commit 5f50b2c

Browse files
author
robot
committed
Release: 0.0.1b1
1 parent 4c0afa1 commit 5f50b2c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
## 0.0.1b1 ##
12
* YDB DBAPI based on QueryService

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ydb-dbapi"
3-
version = "0.0.0" # AUTOVERSION
3+
version = "0.0.1b1" # AUTOVERSION
44
description = "YDB Python DBAPI which complies with PEP 249"
55
authors = ["Yandex LLC <ydb@yandex-team.ru>"]
66
readme = "README.md"

ydb_dbapi/version.py

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

0 commit comments

Comments
 (0)