From 73b46b079737170dc66912eb18ae917f2ddb1a3f Mon Sep 17 00:00:00 2001 From: Ash Ranjan Date: Thu, 12 Aug 2021 20:18:42 -0700 Subject: [PATCH] Update version string --- python/n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/n.py b/python/n.py index 7872cfbe..45fafb59 100644 --- a/python/n.py +++ b/python/n.py @@ -25,7 +25,7 @@ init() - VERSION = "N v1.3.1" + VERSION = "N v1.3.2" except KeyboardInterrupt: exit()