Skip to content

Commit

Permalink
release 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienArcellier committed Jan 22, 2024
1 parent 22b13a2 commit 8a92217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "alfred-cli"
version = "2.2.5"
version = "2.2.6"
description = "Alfred is an extensible automation tool. It allows you to build your continuous integration scripts in python, and much more. You can replace any scripts using the best of both worlds, shell and python."
authors = ["Fabien Arcellier <fabien.arcellier@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/alfred/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""
https://peps.python.org/pep-0440/
"""
__version__ = "2.2.5"
__version__ = "2.2.6"

0 comments on commit 8a92217

Please sign in to comment.