diff --git a/README.md b/README.md index c62aa5b0e57a2ee3fde6c57ea92c91eaf4575e86..2288cbc94ecd1557c7824f413e8a218135dbee4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #duniter-python-api -[](https://travis-ci.org/duniter-io/duniter-python-api) [](https://coveralls.io/github/duniter-io/duniter-python-api?branch=master) +[](https://travis-ci.org/duniter/duniter-python-api) [](https://coveralls.io/github/duniter/duniter-python-api?branch=master) -A python implementation of [duniter](https://github.com/duniter-io/duniter) API +A python implementation of [duniter](https://github.com/duniter/duniter) API ## Features * Supports duniter's Basic Merkle Api @@ -19,4 +19,4 @@ A python implementation of [duniter](https://github.com/duniter-io/duniter) API You can install duniter-python-api and all its dependencies via the following pip install : `pip install duniterpy` -Please take a look at the document [HTTP API](https://github.com/duniter-io/duniter/blob/master/doc/HTTP_API.md) to learn about the API. +Please take a look at the document [HTTP API](https://github.com/duniter/duniter/blob/master/doc/HTTP_API.md) to learn about the API. diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py index 6eaa4ed40eb3bfc47646bb5d11682dfab57d49d4..ad0a8e1b982532c2e1a57cb69092126934872450 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -21,7 +21,7 @@ PROTOCOL_VERSION="1" MANAGED_API=["BASIC_MERKLED_API"] __author__ = 'Caner Candan & inso' -__version__ = '0.20.1dev6' +__version__ = '0.20.1dev7' __nonsense__ = 'duniter' from . import api, documents, key \ No newline at end of file