File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v2.0.1 (2021-10-23)
6+ ### Fix
7+ * Forgot to update README ([ ` 2571611 ` ] ( https://github.com/vberlier/nbtlib/commit/257161189f78081701dacc3007c271d19c9392c4 ) )
8+
59## v2.0.0 (2021-10-23)
610### Feature
711* Remove root ([ ` e9180a2 ` ] ( https://github.com/vberlier/nbtlib/commit/e9180a2e042cdfd28c5ab1ccadaa14d05793dbb0 ) )
Original file line number Diff line number Diff line change 55from .literal .parser import *
66from .literal .serializer import *
77
8- __version__ = "2.0.0 "
8+ __version__ = "2.0.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nbtlib"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
44description = " A python package to read and edit nbt data"
55authors = [" Valentin Berlier <berlier.v@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments