Skip to content

Commit

Permalink
Update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-coholic committed Apr 17, 2020
1 parent ce8201f commit 8ec30c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pretix_cashpayment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PretixPluginMeta:
description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.')
category = 'PAYMENT'
visible = True
version = '2.0.1'
version = '2.0.2'

def ready(self):
from . import signals # NOQA
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):

setup(
name='pretix-cashpayment',
version='2.0.1',
version='2.0.2',
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',
Expand Down

0 comments on commit 8ec30c2

Please sign in to comment.