Skip to content

Commit

Permalink
Merge pull request #12 from peunsu/dev
Browse files Browse the repository at this point in the history
Updated version to 0.1.3.
  • Loading branch information
peunsu authored Apr 3, 2024
2 parents 36a5c0d + d4f944d commit 28e2144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftb_snbt_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .tag import *
from .write import *

__version__ = '0.1.2'
__version__ = '0.1.3'
__all__ = ['parse', 'tag', 'write']

0 comments on commit 28e2144

Please sign in to comment.