Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 authored Apr 20, 2024
1 parent 14c1318 commit 14d4087
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.5.1"
__version_info__ = (0, 5, 1, 0)
__version__ = "0.6.0"
__version_info__ = (0, 6, 0, 0)
__author__ = 'WeiminWang'
__author_email__ = '[email protected]'
__license__ = 'MIT'

0 comments on commit 14d4087

Please sign in to comment.