From d924e39608861362e08c5e3706ff46a7a1af919b Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 18 Nov 2022 21:00:37 +0000 Subject: feat: Get hand rank Method to get rank of a given hand. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5565627..5c4b912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poker" -version = "0.2.4" +version = "1.0.0" description = "Single poker hand ranking service." authors = ["Paul Harrison"] readme = "README.md" -- cgit v1.2.3