Skip to content

Commit 6f561d4

Browse files
committed
build(version): bump version to 0.16.1
1 parent d61b11c commit 6f561d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "Remarshal"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "Convert between CBOR, JSON, MessagePack, TOML, and YAML"
55
authors = ["D. Bohdan <[email protected]>"]
66
license = "MIT"

remarshal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import umsgpack # type: ignore
2121
import yaml
2222

23-
__version__ = "0.16.0"
23+
__version__ = "0.16.1"
2424

2525
FORMATS = ["cbor", "json", "msgpack", "toml", "yaml"]
2626

0 commit comments

Comments
 (0)