Skip to content

Commit

Permalink
release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Mar 23, 2021
1 parent 9ccad20 commit bc36401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pywebio/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__package__ = 'pywebio'
__description__ = 'Write interactive web app in script way.'
__url__ = 'https://pywebio.readthedocs.io'
__version__ = "1.2.1"
__version_info__ = (1, 2, 1, 0)
__version__ = "1.2.2"
__version_info__ = (1, 2, 2, 0)
__author__ = 'WangWeimin'
__author_email__ = 'wang0.618@qq.com'
__license__ = 'MIT'

0 comments on commit bc36401

Please sign in to comment.