Skip to content

Commit

Permalink
Bump version to 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 22, 2024
1 parent 9bf2701 commit 541f153
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 @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "flexistack"
version = "0.2.19"
version = "0.2.20"
description = "Simple and easy to use framework"
readme = "README.md"
authors = [{ name = "Ioannis D (devcoons)", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion src/flexistack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .flexistack import Flexistack, flexi_action, flexi_middleware, flexi_plugin, safe_import

__version__ = '0.2.19'
__version__ = '0.2.20'
__name__ = "flexistack"
__all__ = ['Flexistack', 'flexi_action', 'flexi_middleware', 'flexi_plugin', 'safe_import']

0 comments on commit 541f153

Please sign in to comment.