Skip to content

Commit 64ecad8

Browse files
update version
1 parent 7585611 commit 64ecad8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Commands:
7272

7373
MIT License
7474

75-
Copyright (c) 2021-2023 Fabien Arcellier
75+
Copyright (c) 2021-2026 Fabien Arcellier
7676

7777
Permission is hereby granted, free of charge, to any person obtaining a copy
7878
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "alfred-cli"
3-
version = "2.2.7"
3+
version = "3.0.0"
44
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."
55
authors = ["Fabien Arcellier <fabien.arcellier@gmail.com>"]
66
license = "MIT"

src/alfred/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010
https://peps.python.org/pep-0440/
1111
"""
12-
__version__ = "2.2.7"
12+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)