Skip to content

Commit 69ddcf2

Browse files
committed
change version to 0.9.0 for first upload, updated my name/contact info to match what I've put in my other packages
1 parent 8ee47dc commit 69ddcf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup, find_packages
22

33
setup(name='pdf-diff',
4-
version='1.0',
4+
version='0.9.0',
55
description='Finds differences between two PDF documents',
66
url='https://github.com/JoshData/pdf-diff',
7-
author='JoshData',
8-
author_email='',
7+
author=u'Joshua Tauberer',
8+
author_email=u'[email protected]',
99
license='CC0 1.0 Universal',
1010
packages=find_packages(),
1111
install_requires=[

0 commit comments

Comments
 (0)