Skip to content

Commit

Permalink
build(version): bump version to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jul 22, 2023
1 parent d61b11c commit 6f561d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Remarshal"
version = "0.16.0"
version = "0.16.1"
description = "Convert between CBOR, JSON, MessagePack, TOML, and YAML"
authors = ["D. Bohdan <dbohdan@dbohdan.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion remarshal.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import umsgpack # type: ignore
import yaml

__version__ = "0.16.0"
__version__ = "0.16.1"

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

Expand Down

0 comments on commit 6f561d4

Please sign in to comment.