Skip to content

Commit

Permalink
release alfred-cli 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienArcellier committed Sep 4, 2023
1 parent 020ca58 commit 93f8f3d
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.1.1"
version = "2.2.0"
description = "alfred is an extensible building tool that can replace a Makefile or Fabric. Writing commands in python is done in minutes."
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 @@ -7,4 +7,4 @@
"""
https://peps.python.org/pep-0440/
"""
__version__ = "2.1.1"
__version__ = "2.2.0"

0 comments on commit 93f8f3d

Please sign in to comment.