From e7735e17285e11157069f9f17368a46147fe9561 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Wed, 24 Apr 2024 16:01:06 +0800 Subject: [PATCH] add documentation --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Readme.md b/Readme.md index 7e67dc5..849b274 100644 --- a/Readme.md +++ b/Readme.md @@ -177,6 +177,20 @@ In similar conditions, extraction and structuring of bibliographical references Processing of 3500 raw bibliographical take 4.3 s with `n=10` (814 references parsed per second). +## Developer notes + +### New release + +New releases can be published by using `bump-my-version`: + +```shell +pip install bump-my-version +bump-my-version bump patch +``` + +Use of `major`, `minor`, or `patch` or will increment the first, second or the third digit of the version, respectively. +The release will be published automatically on pypy. + ## License and contact Distributed under [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).