Skip to content

Commit bd18cb5

Browse files
committed
SonarQube cleanup - bugs cleanup
1 parent 91aac04 commit bd18cb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hdf5JavaLib: HDF5 Support for Java
22

3-
Hdf5JavaLib is a pure Java library for reading HDF5 files, released as version 0.2.1. It provides robust HDF5 support in Java, enabling developers to read datasets in the root group, including compound datasets, scalars, vectors, and multi-dimensional data, from files generated by the C++ HDF5 library. Ideal for scientific computing and data analysis without external dependencies.
3+
Hdf5JavaLib is a pure Java library for reading HDF5 files, released as version 0.3.0. It provides robust HDF5 support in Java, enabling developers to read datasets in the root group, including compound datasets, scalars, vectors, and multi-dimensional data, from files generated by the C++ HDF5 library. Ideal for scientific computing and data analysis without external dependencies.
44

55
## Getting Started
66

@@ -12,7 +12,7 @@ Hdf5JavaLib is available on [Maven Central](https://search.maven.org/artifact/or
1212
<dependency>
1313
<groupId>org.hdf5javalib</groupId>
1414
<artifactId>hdf5javalib</artifactId>
15-
<version>0.2.1</version>
15+
<version>0.3.0</version>
1616
</dependency>
1717
```
1818

0 commit comments

Comments
 (0)