diff --git a/README.md b/README.md index 819f727..9ddcb23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Wizard vs IRS is a game where as a wizard, **you have to escape taxes by defending yourself** from IRS agents. +[![Demo Video](https://img.youtube.com/vi/OPEPoMZabS4/hqdefault.jpg)](https://youtu.be/OPEPoMZabS4) + You can install from PyPI as `pip3 install wizard-vs-irs` and run as `python3 -m wizard-vs-irs` or for UV, `uv tool run wizard-vs-irs` For each IRS agent you defend, you evade some taxes, and after defending enough, you climb to a new level of tax evasion. diff --git a/pyproject.toml b/pyproject.toml index f89dc5f..0ed0a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wizard-vs-irs" -version = "0.1.3" +version = "0.1.4" description = "Wizard vs IRS" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 5b62871..f1a9b82 100644 --- a/uv.lock +++ b/uv.lock @@ -206,7 +206,7 @@ wheels = [ [[package]] name = "wizard-vs-irs" -version = "0.1.2" +version = "0.1.4" source = { editable = "." } dependencies = [ { name = "arcade" }, diff --git a/wizard_vs_irs/__init__.py b/wizard_vs_irs/__init__.py index acf3be3..51e0a06 100644 --- a/wizard_vs_irs/__init__.py +++ b/wizard_vs_irs/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" \ No newline at end of file +__version__ = "0.1.4" \ No newline at end of file