Skip to content

Commit 3e7d656

Browse files
committed
bump to version 0.2.6
1 parent c4611bf commit 3e7d656

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.4",
16+
version = "0.2.6",
1717
author = "Benoît Guigal",
1818
author_email = "[email protected]",
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.4',
21+
download_url = 'https://github.com/Postcard/ticket-renderer-python/tarball/0.2.6',
2222
py_modules=('ticketrenderer',),
2323
install_requires=[
2424
'jinja2==2.7.3',

0 commit comments

Comments
 (0)