From eff964ab75f02565aa6ed637f160deb0dcf4a6be Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 22 Nov 2019 13:47:19 +0100
Subject: [PATCH] Add general info about API stability

---
 README.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.rst b/README.rst
index a1bc0ce..70698ec 100644
--- a/README.rst
+++ b/README.rst
@@ -17,6 +17,9 @@ This software provides a set of Python classes to read KM3NeT ROOT files
 without having ROOT, Jpp or aanet installed. It only depends on Python 3.5+ and
 the amazing uproot package and gives you access to the data via numpy arrays.
 
+Beware that this package is in the development phase, so the API will change
+until version ``1.0.0`` is released!
+
 It's very easy to use and according to the uproot benchmarks, it is able to
 outperform the ROOT I/O performance. To install it::
 
-- 
GitLab