From feb362b149ddc8ec335ad2d27da5450aa2d1f71d Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Thu, 19 Aug 2021 12:51:18 +0530 Subject: [PATCH] Version 0.3.0 Let's assume I haven't forgotten anything. --- naxalnet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index f5c8400..0e5a7d2 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -36,4 +36,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.2.0a4" +__version__ = "0.3.0"