-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast integer and Float values when reading from dict (#49)
* only store integer value in card dict serializing and deserializing breakes the state value * Update models.py * cast values from_dict * treat rating the same as State in to_dict and from_dict * Update pyproject.toml
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "fsrs" | ||
version = "2.5.0" | ||
version = "2.5.1" | ||
description = "Free Spaced Repetition Scheduler" | ||
readme = "README.md" | ||
authors = [{ name = "Jarrett Ye", email = "[email protected]" }] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters