Skip to content

Commit 9ba27c3

Browse files
authored
configs for v0.1.4-rc0
configs for v0.1.4-rc0
2 parents 52487fc + c1d64c8 commit 9ba27c3

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)