diff --git a/README.md b/README.md index 59b491e..92fbb19 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ To convert rm files to other formats, you can use [rmc](https://github.com/rickl ### Unreleased +### v0.6.1 + Fixes: - Fix AssertionError when some ids are missing in a `CrdtSequence` ([#36](https://github.com/ricklupton/rmscene/pull/36)) diff --git a/pyproject.toml b/pyproject.toml index 829171e..9a0872e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rmscene" -version = "0.6.1-dev" +version = "0.6.1" description = "Read v6 .rm files from the reMarkable tablet" authors = ["Rick Lupton "] license = "MIT"