Skip to content

Commit

Permalink
Prepare for release 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljfarrell committed Sep 2, 2020
1 parent b5eece1 commit 95b1253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Download the [hello_world.py](https://raw.githubusercontent.com/danieljfarrell/p
# Download example script
curl https://raw.githubusercontent.com/danieljfarrell/pvtrace/master/examples/hello_world.py > hello_world.py

The example script requires pandas so install that and run the script,
With your pvtrace python environment active run the script,

python hello_world.py

Expand Down
2 changes: 1 addition & 1 deletion pvtrace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.3"
__version__ = "2.1.4"
"""
Optical ray tracing for luminescent materials and spectral converter photovoltaic devices
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Visualization",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)

0 comments on commit 95b1253

Please sign in to comment.