We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6937ce commit 5087763Copy full SHA for 5087763
ftb_snbt_lib/__init__.py
@@ -2,5 +2,5 @@
2
from .tag import *
3
from .write import *
4
5
-__version__ = '0.4.0'
6
-__all__ = ['parse', 'tag', 'write']
+__version__ = '0.4.1'
+__all__ = ['parse', 'tag', 'write']
0 commit comments