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