Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Jul 27, 2020
1 parent 569b69e commit d430b68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ Requirements:
- `python>=3.6`
- `Numpy>=1.12.0`
- `Matplotlib>=2.1.0` (optional, if you want to plot the spectra in the examples)
- `Pillow>=3.4.0` (optional, if you want to extract the white light image)
- `Pillow>=3.4.0` (optional, if you want to extract the white light
image) **Warning** there are some API changes to `Pillow` after
version 7.2.0 (thanks @markotoplak). Please update `renishawWiRE`
to version >0.1.8 if you are experiencing problems with Tiff image
extraction.


## Versions hosted on PyPI: via `pip`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# from setuptools.command.install import install

NAME = "renishawWiRE"
VERSION = "0.1.7"
VERSION = "0.1.8"
DESCRIPTION = open("README.md", encoding="utf-8").read()


Expand Down

0 comments on commit d430b68

Please sign in to comment.