Skip to content

Commit

Permalink
Update setup.py for v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljfarrell committed May 27, 2019
1 parent 0f3a2b6 commit 2819b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

setup(
name='pvtrace',
version='2.0.2',
version='2.0.3',
description='Optical ray tracing for luminescent materials and spectral converter photovoltaic devices.',
long_description=long_description,
long_description_content_type='text/markdown',
author='Daniel Farrell',
author_email='dan@excitonlabs.com',
url='https://github.com/danieljfarrell/pvtrace',
download_url = 'https://github.com/danieljfarrell/pvtrace/archive/v2.0.2.tar.gz',
download_url = 'https://github.com/danieljfarrell/pvtrace/archive/v2.0.3.tar.gz',
python_requires='>=3.7.2',
packages=find_packages(),
keywords=[
Expand Down

0 comments on commit 2819b26

Please sign in to comment.