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 73d76fc + 45c3632 commit 1fcb47cCopy full SHA for 1fcb47c
2 files changed
fletx/__init__.py
@@ -5,7 +5,7 @@
5
from fletx.core.di import DI
6
7
8
-__version__ = "0.1.4-rc0"
+__version__ = "0.1.4-rc1"
9
10
####
11
## FLETX - DEPENDENCY INJECTION INTERFACE
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "FletXr"
3
-version = "0.1.4c"
+version = "0.1.4-rc1"
4
description = "The GetX-inspired Python Framework for Building Reactive, Cross-Platform Apps with Flet"
readme = "PYPI.md"
license = {file = "LICENSE"}
0 commit comments