Browse Source

release v1.0.3

- fix toastify css and js file missing
wangweimin 4 years ago
parent
commit
f4f28c2754
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pywebio/__version__.py

+ 2 - 2
pywebio/__version__.py

@@ -1,8 +1,8 @@
 __package__ = 'pywebio'
 __package__ = 'pywebio'
 __description__ = 'Write interactive web app in script way.'
 __description__ = 'Write interactive web app in script way.'
 __url__ = 'https://pywebio.readthedocs.io'
 __url__ = 'https://pywebio.readthedocs.io'
-__version__ = "1.0.2"
-__version_info__ = (1, 0, 2, 0)
+__version__ = "1.0.3"
+__version_info__ = (1, 0, 3, 0)
 __author__ = 'WangWeimin'
 __author__ = 'WangWeimin'
 __author_email__ = 'wang0.618@qq.com'
 __author_email__ = 'wang0.618@qq.com'
 __license__ = 'MIT'
 __license__ = 'MIT'