Skip to content
Snippets Groups Projects
Commit 915d47d1 authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Bump version to 1.0.3

parent 39b300cd
No related branches found
No related tags found
1 merge request!92Prepare release 1.0.3
......@@ -48,7 +48,7 @@ Please read carefully this README for more information. Documentation is availab
Make sure that Python 3.7 or newer is available, and install `lisaconstants` and `lisainstrument` using [pip](https://pip.pypa.io/en/stable/),
```
pip install git+https://gitlab.in2p3.fr/lisa-simulation/python-constants.git
pip install git+https://gitlab.in2p3.fr/lisa-simulation/instrument.git
pip install git+https://gitlab.in2p3.fr/lisa-simulation/instrument.git@v1.0.3
```
You can run a simulation by creating an Instrument object and calling `simulate()`.
......
......@@ -2,6 +2,6 @@
# -*- coding: utf-8 -*-
# pylint: disable=missing-module-docstring
__version__ = '1.0'
__version__ = '1.0.3'
__author__ = 'Jean-Baptiste Bayle'
__email__ = 'j2b.bayle@gmail.com'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment