Skip to content

Commit

Permalink
Bump version 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Mar 21, 2023
1 parent 232c828 commit 0a01e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To do a normal installation from PyPI (using :literal:`pip`):
pip install setuptools wheel numba
pip install rayflare
This will install install the most recent version uploaded to PyPI (currently 1.1.0), which is not necessarily the most
This will install install the most recent version uploaded to PyPI (currently 1.2.0), which is not necessarily the most
up to date version.

To install RayFlare from source (GitHub):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def gen_data_files(*dirs):

setup(
name="rayflare",
version="1.1.0",
version="1.2.0",
description="Python-based integrated optical modelling",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0a01e85

Please sign in to comment.