diff options
author | Paul Harrison <paul@harrison.sh> | 2022-11-18 13:15:13 +0000 |
---|---|---|
committer | Paul Harrison <paul@harrison.sh> | 2022-12-15 16:02:14 +0000 |
commit | 69dee5d5a5d75ef338ec241d95a0a5a11ed14eb8 (patch) | |
tree | 84adad6164b93814c9b6f18c0691d93f81dbed2c /pyproject.toml | |
parent | adb149e8585d3753d7db0294237ad155123e2587 (diff) |
chore: Add Pytest configuration
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 ed3d6de..5b4b998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poker" -version = "0.2.0" +version = "0.2.1" description = "Single poker hand ranking service." authors = ["Paul Harrison"] readme = "README.md" |