Skip to content

Commit 1fcb47c

Browse files
authored
configs for v0.1.4-rc1
configs for v0.1.4-rc1
2 parents 73d76fc + 45c3632 commit 1fcb47c

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-rc0"
8+
__version__ = "0.1.4-rc1"
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.4c"
3+
version = "0.1.4-rc1"
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)