diff --git a/pretalx_public_voting/apps.py b/pretalx_public_voting/apps.py index 001d83f..f1a6c9c 100644 --- a/pretalx_public_voting/apps.py +++ b/pretalx_public_voting/apps.py @@ -11,7 +11,7 @@ class PretalxPluginMeta: author = "Tobias Kunze" description = gettext_lazy("A public voting plugin for pretalx") visible = True - version = "1.3.0" + version = "1.4.0" def ready(self): from . import signals # NOQA diff --git a/setup.py b/setup.py index b9db84d..7e93058 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def run(self): setup( name="pretalx-public-voting", - version="1.3.0", + version="1.4.0", description="A public voting plugin for pretalx", long_description=long_description, url="https://github.com/pretalx/pretalx-public-voting",