From a8fdbe13943359cccd955ac80df7d6d6d425f4b5 Mon Sep 17 00:00:00 2001 From: Vagiz Duseev Date: Sat, 17 Apr 2021 23:32:28 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.5-alpha=20=E2=86=92=200.0?= =?UTF-8?q?.6-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 8f123d3..dfb57bd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5-alpha +current_version = 0.0.6-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 760e6d3..c289960 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.0.5-alpha" +__version__ = "0.0.6-alpha" diff --git a/pyproject.toml b/pyproject.toml index 98daf08..ad6e2ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [ {include = "dtcli"}, ] readme = "README.md" -version = "0.0.5-alpha" +version = "0.0.6-alpha" [tool.poetry.dependencies] PyYAML = "^5.4.1"