Skip to content

Commit c1d64c8

Browse files
committed
configs for v0.1.4-rc0
1 parent a2939e2 commit c1d64c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fletx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from fletx.core.di import DI
66

77

8-
__version__ = "0.1.4.b4"
8+
__version__ = "0.1.4-rc0"
99

1010
####
1111
## FLETX - DEPENDENCY INJECTION INTERFACE

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "FletXr"
3-
version = "0.1.4.b4"
3+
version = "0.1.4c"
44
description = "The GetX-inspired Python Framework for Building Reactive, Cross-Platform Apps with Flet"
55
readme = "PYPI.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)