We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3d67e commit 3168544Copy full SHA for 3168544
pywebio/__version__.py
@@ -1,8 +1,8 @@
1
__package__ = 'pywebio'
2
__description__ = 'Write interactive web app in script way.'
3
__url__ = 'https://pywebio.readthedocs.io'
4
-__version__ = "1.7.0"
5
-__version_info__ = (1, 7, 0, 0)
+__version__ = "1.7.1"
+__version_info__ = (1, 7, 1, 0)
6
__author__ = 'WangWeimin'
7
__author_email__ = 'wang0.618@qq.com'
8
__license__ = 'MIT'
0 commit comments