Skip to content

Commit d28a5d4

Browse files
committed
Version: 1.1.0.5
1 parent 633fb2d commit d28a5d4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Choose *one* of the install methods below to get started:
4343

4444
```bash
4545
# optional: append --user
46-
pip install openPMD-validator==1.1.0.4
46+
pip install openPMD-validator==1.1.0.5
4747
```
4848

4949
### Spack
5050

5151
```bash
52-
spack install [email protected].4 ^py-h5py~mpi
53-
spack load --dependencies [email protected].4 ^py-h5py~mpi
52+
spack install [email protected].5 ^py-h5py~mpi
53+
spack load --dependencies [email protected].5 ^py-h5py~mpi
5454
```
5555

5656
### Conda
@@ -62,9 +62,9 @@ conda install -c conda-forge openpmd-validator
6262
### From Source
6363

6464
```bash
65-
wget https://github.com/openPMD/openPMD-validator/archive/1.1.0.4.tar.gz
66-
tar -xf 1.1.0.4.tar.gz
67-
cd openPMD-validator-1.1.0.4/
65+
wget https://github.com/openPMD/openPMD-validator/archive/1.1.0.5.tar.gz
66+
tar -xf 1.1.0.5.tar.gz
67+
cd openPMD-validator-1.1.0.5/
6868

6969
# optional: append --user
7070
python setup.py install

openpmd_validator/createExamples_h5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def setup_root_attr(f):
103103
# Recommended attributes
104104
f.attrs["author"] = np.bytes_("Axel Huebl <[email protected]>")
105105
f.attrs["software"] = np.bytes_("openPMD Example Script")
106-
f.attrs["softwareVersion"] = np.bytes_("1.1.0.4")
106+
f.attrs["softwareVersion"] = np.bytes_("1.1.0.5")
107107
f.attrs["softwareDependencies"] = get_software_dependencies()
108108
f.attrs["machine"] = np.bytes_(socket.gethostname())
109109
f.attrs["date"] = np.bytes_(

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read_readme():
1313

1414
setup(
1515
name='openPMD-validator',
16-
version='1.1.0.4',
16+
version='1.1.0.5',
1717
url='https://github.com/openPMD/openPMD-validator',
1818
# author=..., # TODO
1919
# author_email=..., # TODO

0 commit comments

Comments
 (0)