From acbb7d0fb5c4e91c83649b2ae6bf36efe7a0be3c Mon Sep 17 00:00:00 2001 From: peunsu <44690893+peunsu@users.noreply.github.com> Date: Wed, 6 Mar 2024 06:34:18 +0000 Subject: [PATCH] Update version to avoid PyPI version conflict. --- 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 82a1b2c..1be5f8b 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.0' +__version__ = '0.1.1' __all__ = ['parse', 'tag', 'write'] \ No newline at end of file