mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-28 22:50:59 +00:00
fix version identifier in setup.py and apps.py
This commit is contained in:
parent
ac758f505e
commit
9634838c0f
3 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,7 @@ class PluginApp(AppConfig):
|
|||
"embedded into your broadcasting software"
|
||||
)
|
||||
visible = True
|
||||
version = "0.3.0"
|
||||
version = "1.0.1"
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue