diff options
author | Paul Harrison <paul@harrison.sh> | 2022-11-20 13:39:08 +0000 |
---|---|---|
committer | Paul Harrison <paul@harrison.sh> | 2022-12-15 16:02:14 +0000 |
commit | b4ba284dcc20563b9b7dde770b7c9f67c6b25e76 (patch) | |
tree | 7131329e9367c5140f65ebc48ec09ae732261fbb /pyproject.toml | |
parent | d924e39608861362e08c5e3706ff46a7a1af919b (diff) |
feat: Construct ranked hand with description
Refactors rank test functions to retern details required for
description, then return RankedHand from rank_hand function.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5c4b912..036f515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poker" -version = "1.0.0" +version = "1.1.0" description = "Single poker hand ranking service." authors = ["Paul Harrison"] readme = "README.md" |