Skip to content

Commit

Permalink
Update version after release (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored Feb 25, 2024
1 parent c9959d9 commit 8a36299
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cleo"
version = "2.1.0"
version = "3.0.0.dev0"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
Expand Down
2 changes: 1 addition & 1 deletion src/cleo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations


__version__ = "2.1.0"
__version__ = "3.0.0.dev0"

0 comments on commit 8a36299

Please sign in to comment.