diff options
author | Paul Harrison <paul@harrison.sh> | 2022-11-18 21:00:37 +0000 |
---|---|---|
committer | Paul Harrison <paul@harrison.sh> | 2022-12-15 16:02:14 +0000 |
commit | d924e39608861362e08c5e3706ff46a7a1af919b (patch) | |
tree | 93a3db318a4f46fed2a545afea8474f7193d7308 /pyproject.toml | |
parent | 5393e7b79939f7da36d55570af3374cef2db2d51 (diff) |
feat: Get hand rank
Method to get rank of a given hand.
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 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" |