From 5eb55c19a2e899a425dcfd6939eb9eaa0553869d Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Fri, 10 Sep 2021 20:23:06 +0530 Subject: [PATCH] changed version to 0.3.0a3 Ready for merge! --- naxalnet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 747b388..9a47fe5 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -35,4 +35,4 @@ See README.md for documentation. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.3.0a2.dev5" +__version__ = "0.3.0a3"