-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from ydb-platform/inject-version
one more attempt in version injection
- Loading branch information
Showing
3 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "2.3.0" | ||
VERSION = "2.3.1" |
This file was deleted.
Oops, something went wrong.