Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-coholic committed Nov 7, 2017
1 parent fd41282 commit ac8c2d9
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
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.0'
version = '1.0.1'

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

setup(
name='pretix-cashpayment',
version='1.0.0',
version='1.0.1',
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 ac8c2d9

Please sign in to comment.