From b4ba284dcc20563b9b7dde770b7c9f67c6b25e76 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Sun, 20 Nov 2022 13:39:08 +0000 Subject: feat: Construct ranked hand with description Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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" -- cgit v1.2.3