From 7be7a4ea861558775c3f22df0543d38b218d7ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Grobol?= Date: Wed, 9 Jun 2021 16:38:38 +0200 Subject: [PATCH] clear up some mess --- README.md | 2 +- npdependency/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f34091a..6aff301b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/npdependency/__init__.py b/npdependency/__init__.py index 260c070a..f9aa3e11 100644 --- a/npdependency/__init__.py +++ b/npdependency/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/setup.cfg b/setup.cfg index 59d993b0..82fa179d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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é