diff options
author | Paul Harrison <paul@harrison.sh> | 2022-11-18 13:24:52 +0000 |
---|---|---|
committer | Paul Harrison <paul@harrison.sh> | 2022-12-15 16:02:14 +0000 |
commit | f0af94aa41e82626b4b97460b4edc841c825654d (patch) | |
tree | 4a74f7c75a19b23a1d62bc47160272864f7b9585 /pyproject.toml | |
parent | 8a7147441acf3c6e1320ce89dcabac17248bd463 (diff) |
chore: Add helpful make commands and run linting
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 7308ae2..891167c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poker" -version = "0.2.2" +version = "0.2.3" description = "Single poker hand ranking service." authors = ["Paul Harrison"] readme = "README.md" |