Skip to content

Commit ac8c2d9

Browse files
committed
Bump version to 1.0.1
1 parent fd41282 commit ac8c2d9

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.0'
13+
version = '1.0.1'
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.0',
28+
version='1.0.1',
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)