Skip to content

Commit

Permalink
Bumping version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-coholic committed Dec 5, 2017
1 parent 6e47dfd commit 9b56117
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 @@ -10,7 +10,7 @@ class PretixPluginMeta:
author = 'Martin Gross'
description = _('This plugin allows you to offer your customers a "pay with cash at the venue" option.')
visible = True
version = '1.0.1'
version = '1.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='1.0.1',
version='1.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 9b56117

Please sign in to comment.