Skip to content

Commit

Permalink
Bump release from alpha-0 to alpha-1. Whee!
Browse files Browse the repository at this point in the history
  • Loading branch information
permezel committed Aug 4, 2021
1 parent 465c654 commit 6bf87c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zwi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .asset_cache import *
from .qt_gui import *

__version__ = '0.3a0.dev3'
__version__ = '0.3a1'

__all__ = [name for name, obj in locals().items()
if not (name.startswith('_') or inspect.ismodule(obj))]

0 comments on commit 6bf87c6

Please sign in to comment.