Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jun 1, 2017
1 parent b8859a2 commit c2c2c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pretix_cartshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class PretixPluginMeta:
author = 'Raphael Michel'
description = 'Allows you to prepare a cart and share it with a customer.'
visible = True
version = '1.0'
version = '1.1'

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-cartshare',
version='1.0',
version='1.1',
description='pretix plugin to share carts',
long_description=long_description,
url='https://pretix.eu',
Expand Down

0 comments on commit c2c2c9e

Please sign in to comment.