File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ])
Original file line number Diff line number Diff line change 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 " )
3838version = ver .base_version
3939# The full version, including alpha/beta/rc tags.
4040release = ver .public
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " data-rentgen"
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88license = " Apache-2.0"
99description = " Data.Rentgen REST API + Kafka consumer"
1010authors = [" DataOps.ETL <onetools@mts.ru>" ]
You can’t perform that action at this time.
0 commit comments