diff --git a/fletx/__init__.py b/fletx/__init__.py index 3e7da92..d277320 100644 --- a/fletx/__init__.py +++ b/fletx/__init__.py @@ -5,7 +5,7 @@ from fletx.core.di import DI -__version__ = "0.1.4-rc0" +__version__ = "0.1.4-rc1" #### ## FLETX - DEPENDENCY INJECTION INTERFACE diff --git a/pyproject.toml b/pyproject.toml index 5082a64..c381c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "FletXr" -version = "0.1.4c" +version = "0.1.4-rc1" description = "The GetX-inspired Python Framework for Building Reactive, Cross-Platform Apps with Flet" readme = "PYPI.md" license = {file = "LICENSE"}