We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52487fc + c1d64c8 commit 9ba27c3Copy full SHA for 9ba27c3
2 files changed
fletx/__init__.py
@@ -5,7 +5,7 @@
5
from fletx.core.di import DI
6
7
8
-__version__ = "0.1.4.b4"
+__version__ = "0.1.4-rc0"
9
10
####
11
## FLETX - DEPENDENCY INJECTION INTERFACE
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "FletXr"
3
-version = "0.1.4.b4"
+version = "0.1.4c"
4
description = "The GetX-inspired Python Framework for Building Reactive, Cross-Platform Apps with Flet"
readme = "PYPI.md"
license = {file = "LICENSE"}
0 commit comments