diff --git a/pretix_cashpayment/__init__.py b/pretix_cashpayment/__init__.py index 11b6328..3e3ed7a 100644 --- a/pretix_cashpayment/__init__.py +++ b/pretix_cashpayment/__init__.py @@ -10,7 +10,7 @@ class PretixPluginMeta: author = 'Martin Gross' description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.') visible = True - version = '1.0.0' + version = '1.0.1' def ready(self): from . import signals # NOQA diff --git a/setup.py b/setup.py index 663d944..2ff7f25 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='pretix-cashpayment', - version='1.0.0', + version='1.0.1', description='pretix plugin that allows you to offer your customers a "pay with cash at the venue" option.', long_description=long_description, url='http://www.github.com/pc-coholic/pretix-cashpayment',