From 5db3d1dc0967863ab0fd91e73700efc817238596 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Mon, 2 Aug 2021 16:05:24 +0530 Subject: [PATCH] added new section in HACKING.md --- HACKING.md | 4 ++++ naxalnet/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"