Skip to content

Commit ba382e7

Browse files
authored
updated version
first release through travis-ci
1 parent 8714f7e commit ba382e7

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
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='pychromepdf',
8-
version='0.0.1',
8+
version='0.0.2',
99
author='Navin Mohan',
1010
author_email='[email protected]',
1111
description='Creates PDFs from HTML rendered using chrome or chromium',
@@ -19,4 +19,4 @@
1919
'Operating System :: OS Independent',
2020
'Development Status :: 4 - Beta'
2121
],
22-
)
22+
)

0 commit comments

Comments
 (0)