Skip to content

Commit 3fead41

Browse files
committed
add _version.py
1 parent b962613 commit 3fead41

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/scripts/increment_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
SETUP_PY_PATH = "setup.py"
88
DEFAULT_CHANGELOG_PATH = "CHANGELOG.md"
9-
DEFAULT_YDB_VERSION_FILE = "ydb/ydb_version.py"
9+
DEFAULT_YDB_VERSION_FILE = "ydb_sqlalchemy/_version.py"
1010
MARKER = "# AUTOVERSION"
1111

1212

ydb_sqlalchemy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .dbapi import IsolationLevel # noqa: F401
22
from .sqlalchemy import Upsert, types, upsert # noqa: F401
3+
from _version import VERSION

ydb_sqlalchemy/_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VERSION = "0.0.0"

0 commit comments

Comments
 (0)