Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Apr 24, 2024
1 parent fcfa6c4 commit e7735e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e7735e1

Please sign in to comment.