Skip to content

Commit 5225421

Browse files
committed
Configs for V0.1.4.b230
1 parent 6cbeb2b commit 5225421

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.b2"
3+
version = "0.1.4.b230"
44
description = "The GetX-inspired Python Framework for Building Reactive, Cross-Platform Apps with Flet"
55
readme = "PYPI.md"
66
license = {file = "LICENSE"}

setup_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = 'FletXr',
9-
version = '0.1.4.b2',
9+
version = '0.1.4.b230',
1010
packages = find_packages(),
1111
install_requires = [
1212
"aiohttp>=3.12.13",

0 commit comments

Comments
 (0)