We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd41282 commit ac8c2d9Copy full SHA for ac8c2d9
pretix_cashpayment/__init__.py
@@ -10,7 +10,7 @@ class PretixPluginMeta:
10
author = 'Martin Gross'
11
description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.')
12
visible = True
13
- version = '1.0.0'
+ version = '1.0.1'
14
15
def ready(self):
16
from . import signals # NOQA
setup.py
@@ -25,7 +25,7 @@ def run(self):
25
26
setup(
27
name='pretix-cashpayment',
28
- version='1.0.0',
+ version='1.0.1',
29
description='pretix plugin that allows you to offer your customers a "pay with cash at the venue" option.',
30
long_description=long_description,
31
url='http://www.github.com/pc-coholic/pretix-cashpayment',
0 commit comments