From 7b9090e752857c2f5ae6bb55e25b20dcbe4da138 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky Date: Mon, 23 Dec 2024 14:55:21 +1300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.64=20=E2=86=92=200.65?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- andeboxlib/cli.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6cd338f..f757b1f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.64 +current_version = 0.65 commit = True tag = True parse = (?P\d+)\.(?P\d+)(?:\.(?P\d+))?(?:\.dev(?P\d+))? diff --git a/andeboxlib/cli.py b/andeboxlib/cli.py index 599e749..8f388e9 100755 --- a/andeboxlib/cli.py +++ b/andeboxlib/cli.py @@ -3,7 +3,7 @@ # (c) 2021-2022, Alexei Znamensky # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) -__version__ = "0.64" +__version__ = "0.65" import argparse import signal diff --git a/pyproject.toml b/pyproject.toml index 45ffa57..0d10e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "andebox" -version = "0.64" +version = "0.65" description = "Ansible Developers Box" authors = ["Alexei Znamensky "] license = "MIT"