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 3aac1c9 commit 4ed789fCopy full SHA for 4ed789f
pywebio_battery/__version__.py
@@ -1,8 +1,8 @@
1
__package__ = 'pywebio_battery'
2
__description__ = 'Utilities that help write PyWebIO apps quickly and easily.'
3
__url__ = 'https://pywebio.readthedocs.io/en/latest/battery.html'
4
-__version__ = "0.6.1"
5
-__version_info__ = (0, 6, 1, 0)
+__version__ = "0.7.0"
+__version_info__ = (0, 7, 0, 0)
6
__author__ = 'WeiminWang'
7
__author_email__ = '[email protected]'
8
__license__ = 'MIT'
0 commit comments