Skip to content

Commit 7e334d8

Browse files
committed
prepare for final release
1 parent 8004004 commit 7e334d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Full documentation at [lotus-nlte.readthedocs.io](https://lotus-nlte.readthedocs
2727
The quickest way to get started is to use [pip](https://pip.pypa.io):
2828

2929
```bash
30-
python -m pip install lotus-nlte==0.1.1rc3
30+
python -m pip install lotus-nlte==0.1.1
3131
```
3232
Notice that _LOTUS_ requires Python 3.7.*. You might create an independent environment to run this code.
3333

doc/user/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The recommended method of installing *LOTUS* is with `pip
3131

3232
.. code-block:: bash
3333
34-
python -m pip install lotus-nlte==0.1.1rc3
34+
python -m pip install lotus-nlte==0.1.1
3535
3636
.. _source:
3737

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1rc3"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)