Skip to content

Commit 8ec30c2

Browse files
committed
Update version to 2.0.2
1 parent ce8201f commit 8ec30c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pretix_cashpayment/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PretixPluginMeta:
1111
description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.')
1212
category = 'PAYMENT'
1313
visible = True
14-
version = '2.0.1'
14+
version = '2.0.2'
1515

1616
def ready(self):
1717
from . import signals # NOQA

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525

2626
setup(
2727
name='pretix-cashpayment',
28-
version='2.0.1',
28+
version='2.0.2',
2929
description='pretix plugin that allows you to offer your customers a "pay with cash at the venue" option.',
3030
long_description=long_description,
3131
url='http://www.github.com/pc-coholic/pretix-cashpayment',

0 commit comments

Comments
 (0)