Skip to content

Commit

Permalink
build(version): change to 1.0.0rc1
Browse files Browse the repository at this point in the history
We'll want an RC before the final 1.0.0 release.
  • Loading branch information
dbohdan committed Oct 19, 2023
1 parent 8dab0ab commit e158549
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 = "1.0.0"
version = "1.0.0rc1"
description = "Convert between CBOR, JSON, MessagePack, TOML, and YAML"
authors = ["D. Bohdan <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/remarshal/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"remarshal",
"traverse",
]
__version__ = "1.0.0"
__version__ = "1.0.0rc1"

DEFAULT_MAX_VALUES = 1000000
FORMATS = ["cbor", "json", "msgpack", "toml", "yaml"]
Expand Down

0 comments on commit e158549

Please sign in to comment.