Skip to content

Commit f4ac003

Browse files
committed
update
1 parent 6d1fe86 commit f4ac003

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

-19.9 KB
Binary file not shown.

dist/MBPython-0.1.3.tar.gz

-16.1 KB
Binary file not shown.

documents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ With MBPython you can embed a web browser control based
33
on Chromium in a Python application. You can also use it to
44
create a HTML 5 based GUI in an application that can act as
55
a replacement for standard GUI toolkits such as wxWidgets,
6-
Qt or GTK. With this tutorial you will learn CEF Python
6+
Qt or GTK. With this tutorial you will learn MBPython
77
basics. This tutorial will discuss the three featured examples:
88

99
[test_mbpython.py](../tests/test_mbpython.py),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "MBPython"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Miniblink binding for python"
55
authors = ["lochen <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)