Skip to content

Commit 314bdd7

Browse files
committed
Up version
1 parent d4e663d commit 314bdd7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PyPI/Package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "webui2"
7-
version = "2.4.0.2"
7+
version = "2.4.0.3"
88
authors = [
99
{ name="Hassan Draga" },
1010
]

PyPI/Package/src/webui/webui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# webui_lib Library 2.4.0
2+
# webui_lib Library 2.4.0.3
33
#
44
# http://webui.me
55
# https://github.com/webui-dev/python-webui

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WebUI Python v2.4.0
1+
# WebUI Python v2.4.0.3
22

33
[![Website](https://img.shields.io/circleci/project/github/badges/shields/master?style=for-the-badge)](https://github.com/webui-dev/python-webui) [![Website](https://img.shields.io/github/issues/webui-dev/python-webui.svg?branch=master&style=for-the-badge&url=https://google.com)](https://github.com/webui-dev/python-webui/issues) [![Website](https://img.shields.io/website?label=webui.me&style=for-the-badge&url=https://google.com)](https://webui.me/)
44

examples/andershell3000/ui/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
prompt: function() {
7979
return "$ "
8080
},
81-
banner: "\ndP dP dP dP dP dP dP \n88 88 88 88 88 88 88 \n88 .8P .8P .d8888b. 88d888b. 88 88 88 \n88 d8' d8' 88ooood8 88' `88 88 88 88 \n88.d8P8.d8P 88. ... 88. .88 Y8. .8P 88 \n8888' Y88' `88888P' 88Y8888' `Y88888P' dP\n\nAnderShell 3000 (Python)\n\nWebUI v2.4.0 | webui.me\n\n"
81+
banner: "\ndP dP dP dP dP dP dP \n88 88 88 88 88 88 88 \n88 .8P .8P .d8888b. 88d888b. 88 88 88 \n88 d8' d8' 88ooood8 88' `88 88 88 88 \n88.d8P8.d8P 88. ... 88. .88 Y8. .8P 88 \n8888' Y88' `88888P' 88Y8888' `Y88888P' dP\n\nAnderShell 3000 (Python)\n\nWebUI v2.4.0.3 | webui.me\n\n"
8282
})
8383
})
8484
}, function(n, t) {

0 commit comments

Comments
 (0)