From 41fd664596aeb659f4dc7838162f0d0f3b3fc3b1 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 26 Mar 2018 14:10:12 +0200 Subject: [PATCH] Release v0.0.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 262c865..2b5f516 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ setup( name = 'pretix-checkinlist-net', - version = '0.0.3', + version = '0.0.4', description = 'Pretix checkin list exporter for NETWAYS', long_description = long_description, url = 'https://github.com/NETWAYS/pretix-checkinlist-net', - download_url = 'https://github.com/NETWAYS/pretix-invoice-net/archive/v0.0.3.tar.gz', + download_url = 'https://github.com/NETWAYS/pretix-invoice-net/archive/v0.0.4.tar.gz', keywords = [ 'pretix', 'tickets', 'events', 'invoice', 'pdf' ], author = 'NETWAYS GmbH', author_email = 'support@netways.de',