Skip to content

Commit

Permalink
Bump version: 0.74 → 0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Jan 26, 2025
1 parent 7505786 commit d35a20c
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.74
current_version = 0.75
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 @@ -4,7 +4,7 @@
# (c) 2021-2022, Alexei Znamensky <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

__version__ = "0.74"
__version__ = "0.75"

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.74"
version = "0.75"
description = "Ansible Developers Box"
authors = ["Alexei Znamensky <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d35a20c

Please sign in to comment.