Skip to content

Commit 0f7bc1b

Browse files
committed
readme
1 parent b9168b6 commit 0f7bc1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Early preview of `zarr-java`
2+
3+
This repository contains an early preview of a Java implementation of the Zarr specification.
4+
It is intended for collecting feedback from the community and not for use.
5+
16
# zarr-java
27
Java implementation of the Zarr Specification
38

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.scalableminds.zarrjava</groupId>
88
<artifactId>zarr-java</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)