diff --git a/HACKING.md b/HACKING.md index d52594e..8495bb9 100644 --- a/HACKING.md +++ b/HACKING.md @@ -9,6 +9,10 @@ To report a bug or suggest an idea, create a new issue at with a relevant label. +## Improving documentaion + +See section below + ## Contribute code To push to this repo, you need your username to be in the diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 4d66b68..5d29bf3 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -16,4 +16,4 @@ # along with this program. If not, see . -__version__ = "0.2.0a1" +__version__ = "0.2.0a2"