diff --git a/src/zwi/__init__.py b/src/zwi/__init__.py index 8ac0e99..e69ee37 100644 --- a/src/zwi/__init__.py +++ b/src/zwi/__init__.py @@ -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))]