From 22b11bab4de9e9d8e03ffbefaece699448eb2b99 Mon Sep 17 00:00:00 2001 From: Bentroen Date: Thu, 7 Apr 2022 15:05:14 -0300 Subject: [PATCH] Version 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0673e3b..71e2416 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pynbs', - version='0.4.2', + version='0.5.0', license='MIT', description='A simple python library to read and write .nbs files from Note Block Studio', long_description=long_description,