From 536c8950a03e5569e56c50fce104337e2cec5d6a Mon Sep 17 00:00:00 2001 From: Mendrzec Date: Mon, 19 Jul 2021 13:03:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1-alpha=20=E2=86=92=200.1?= =?UTF-8?q?.2-alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dtcli/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 86c68ea..a9bf427 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1-alpha +current_version = 0.1.2-alpha parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P.*))? serialize = {major}.{minor}.{patch}-{release} diff --git a/dtcli/__init__.py b/dtcli/__init__.py index 007e0f7..c18edd6 100644 --- a/dtcli/__init__.py +++ b/dtcli/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.1-alpha" +__version__ = "0.1.2-alpha" diff --git a/pyproject.toml b/pyproject.toml index d66bc46..5e404de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/dynatrace-oss/dt-cli" -version = "0.1.1-alpha" +version = "0.1.2-alpha" [tool.poetry.dependencies] PyYAML = "^5.4.1"