Skip to content

Commit

Permalink
Merge pull request #26 from ydb-platform/inject-version
Browse files Browse the repository at this point in the history
one more attempt in version injection
  • Loading branch information
gridnevvvit authored Apr 4, 2022
2 parents a729b3b + 6dbb944 commit e5b3cb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# -*- coding: utf-8 -*-
import setuptools

try:
from ydb_version import VERSION
except ImportError:
VERSION = "0.0.1-dev"


setuptools.setup(
name="ydb",
version=VERSION,
version="2.3.1",
description="YDB Python library",
author="Yandex LLC",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion ydb/ydb_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.3.0"
VERSION = "2.3.1"
1 change: 0 additions & 1 deletion ydb_version.py

This file was deleted.

0 comments on commit e5b3cb9

Please sign in to comment.