Skip to content

Commit 9a4651c

Browse files
committed
2.0.1
Automatically generated by python-semantic-release
1 parent 2571611 commit 9a4651c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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))

nbtlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .literal.parser import *
66
from .literal.serializer import *
77

8-
__version__ = "2.0.0"
8+
__version__ = "2.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbtlib"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "A python package to read and edit nbt data"
55
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)