From d4f944d7dc56fb12547c435c873857756af8c34b Mon Sep 17 00:00:00 2001 From: peunsu <44690893+peunsu@users.noreply.github.com> Date: Wed, 3 Apr 2024 05:08:03 +0000 Subject: [PATCH] Updated version to 0.1.3. --- ftb_snbt_lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftb_snbt_lib/__init__.py b/ftb_snbt_lib/__init__.py index 9937825..0f23131 100644 --- a/ftb_snbt_lib/__init__.py +++ b/ftb_snbt_lib/__init__.py @@ -2,5 +2,5 @@ from .tag import * from .write import * -__version__ = '0.1.2' +__version__ = '0.1.3' __all__ = ['parse', 'tag', 'write'] \ No newline at end of file