From 560829709b4d7a318e07f91cea73f8c9a1a32402 Mon Sep 17 00:00:00 2001 From: Bentroen Date: Sun, 6 Dec 2020 21:14:57 -0300 Subject: [PATCH] Version 0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54333e0..b00bf80 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pynbs', - version='0.4.0', + version='0.4.1', license='MIT', description='A simple python library to read and write .nbs files from Note Block Studio', long_description=long_description,