Skip to content

Commit 9b56117

Browse files
committed
Bumping version to 1.0.2
1 parent 6e47dfd commit 9b56117

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
@@ -10,7 +10,7 @@ class PretixPluginMeta:
1010
author = 'Martin Gross'
1111
description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.')
1212
visible = True
13-
version = '1.0.1'
13+
version = '1.0.2'
1414

1515
def ready(self):
1616
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='1.0.1',
28+
version='1.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)