Skip to content

Commit

Permalink
Bump version: 0.64 → 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Dec 23, 2024
1 parent e4453f2 commit 7b9090e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.64
current_version = 0.65
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)(?:\.(?P<patch>\d+))?(?:\.dev(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion andeboxlib/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# (c) 2021-2022, Alexei Znamensky <russoz@gmail.com>
# 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "andebox"
version = "0.64"
version = "0.65"
description = "Ansible Developers Box"
authors = ["Alexei Znamensky <russoz@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 7b9090e

Please sign in to comment.