Skip to content

Commit

Permalink
clear up some mess
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Jun 9, 2021
1 parent 2b971fb commit 7be7a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The parser is meant to work with python >= 3.8. Install with pip, which should t
dependencies and install the console entry points

```sh
pip install git+https://github.com/bencrabbe/npdependency
pip install hopsparser
```

If you want a development install (so you can modify the code locally and directly run it), you can
Expand Down
2 changes: 1 addition & 1 deletion npdependency/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = hopsparser
version = 0.3.1
version = 0.3.2
description = A graph dependency parser to tinker with
license = MIT
author = Benoît Crabbé
Expand Down

0 comments on commit 7be7a4e

Please sign in to comment.