Skip to content

Commit c9856df

Browse files
committed
[DOP-22457] Bump version
1 parent 9c40220 commit c9856df

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

data_rentgen/__init__.py

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

44
# _raw_version could contain pre-release version, like 0.0.1dev123
55
# value is updated automatically by `poetry version ...` and poetry-bumpversion plugin
6-
_raw_version = "0.2.0"
6+
_raw_version = "0.2.1"
77

88
# version always contain only release number like 0.0.1
99
__version__ = ".".join(_raw_version.split(".")[:3])

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# The short X.Y version.
3535

3636
# this value is updated automatically by `poetry version ...` and poetry-bumpversion plugin
37-
ver = Version.parse("0.2.0")
37+
ver = Version.parse("0.2.1")
3838
version = ver.base_version
3939
# The full version, including alpha/beta/rc tags.
4040
release = ver.public

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "data-rentgen"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
license = "Apache-2.0"
99
description = "Data.Rentgen REST API + Kafka consumer"
1010
authors = ["DataOps.ETL <onetools@mts.ru>"]

0 commit comments

Comments
 (0)