Skip to content

Commit 4ed789f

Browse files
authored
release v0.7.0
1 parent 3aac1c9 commit 4ed789f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pywebio_battery/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__package__ = 'pywebio_battery'
22
__description__ = 'Utilities that help write PyWebIO apps quickly and easily.'
33
__url__ = 'https://pywebio.readthedocs.io/en/latest/battery.html'
4-
__version__ = "0.6.1"
5-
__version_info__ = (0, 6, 1, 0)
4+
__version__ = "0.7.0"
5+
__version_info__ = (0, 7, 0, 0)
66
__author__ = 'WeiminWang'
77
__author_email__ = 'wang0.618@qq.com'
88
__license__ = 'MIT'

0 commit comments

Comments
 (0)