Skip to content

Commit

Permalink
First release of new pvtrace!
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljfarrell committed Apr 18, 2019
1 parent 9341415 commit 08e11e5
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.1-beta4',
version='2.0.1',
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.1-beta4.tar.gz',
download_url = 'https://github.com/danieljfarrell/pvtrace/archive/v2.0.1.tar.gz',
python_requires='>=3.7.2',
packages=find_packages(),
keywords=[
Expand Down

0 comments on commit 08e11e5

Please sign in to comment.