From b96f9c76c47dcf01279b2c107f1cf085f383be93 Mon Sep 17 00:00:00 2001 From: Gordon Schulz Date: Mon, 1 Apr 2019 15:35:56 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.6.3=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d1647ab..fcce572 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.3 commit = True tag = True sign-tags = True diff --git a/pyproject.toml b/pyproject.toml index e38a99d..0f1ee8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ansible-role-visual-studio-code" -version = "0.6.2" +version = "0.6.3" description = "" authors = ["Gordon Schulz "]