Skip to content

Commit bb63d6b

Browse files
create a 0.2.2 version for PyPi to allow me to upload 0.2.1 again...
1 parent 1051e75 commit bb63d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ def read(fname):
1313
setup(
1414
name = "ticketrenderer",
1515
packages = ["ticketrenderer"],
16-
version = "0.2.1",
16+
version = "0.2.2",
1717
author = "Benoît Guigal",
1818
author_email = "benoit@postcardgroup.com",
1919
description = ("A library used to render Figure tickets from ticket templates"),
2020
url = "https://github.com/Postcard/ticket-renderer-python",
21-
download_url = 'https://github.com/Postcard/ticket-renderer-python/tarball/0.2.1',
21+
download_url = 'https://github.com/Postcard/ticket-renderer-python/tarball/0.2.2',
2222
py_modules=('ticketrenderer',),
2323
install_requires=[
2424
'jinja2==2.7.3',

0 commit comments

Comments
 (0)