Skip to content

Commit 1d7cb80

Browse files
committed
beta8 release
1 parent 4bce9cf commit 1d7cb80

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Installation of the latest stable beta with `pip`:
4040

4141
.. code-block:: console
4242
43-
pip install pyhdx==0.4.0b7
43+
pip install pyhdx==0.4.0b8
4444
4545
Installation with web interface extra:
4646

4747
.. code-block:: console
4848
49-
pip install pyhdx==0.4.0b7[web]
49+
pip install pyhdx==0.4.0b8[web]
5050
5151
5252
Run PyHDX

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ Installation with `pip`:
2020
$ pip install pyhdx==0.3.2
2121
2222
23-
Beta release (v0.4.0b7)
23+
Beta release (v0.4.0b8)
2424
-----------------------
2525

2626
To install base PyHDX:
2727

2828
.. code-block:: rst
2929
30-
$ pip install pyhdx==0.4.0b7
30+
$ pip install pyhdx==0.4.0b8
3131
3232
To install with web application:
3333

3434
.. code-block:: rst
3535
36-
$ pip install pyhdx==0.4.0b7[web]
36+
$ pip install pyhdx==0.4.0b8[web]
3737
3838
To install with pdf output:
3939

4040
.. code-block:: rst
4141
42-
$ pip install pyhdx==0.4.0b7[pdf]
42+
$ pip install pyhdx==0.4.0b8[pdf]
4343
4444
4545

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ web =
4848
bokeh
4949
param
5050
holoviews
51-
colorcet >= 0.3.0
51+
colorcet >= 3.0.0
5252
hvplot
5353
proplot==0.9.3
5454
pyyaml

0 commit comments

Comments
 (0)