Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 authored May 23, 2024
1 parent 3aac1c9 commit 4ed789f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pywebio_battery/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__package__ = 'pywebio_battery'
__description__ = 'Utilities that help write PyWebIO apps quickly and easily.'
__url__ = 'https://pywebio.readthedocs.io/en/latest/battery.html'
__version__ = "0.6.1"
__version_info__ = (0, 6, 1, 0)
__version__ = "0.7.0"
__version_info__ = (0, 7, 0, 0)
__author__ = 'WeiminWang'
__author_email__ = '[email protected]'
__license__ = 'MIT'

0 comments on commit 4ed789f

Please sign in to comment.