diff --git a/pyproject.toml b/pyproject.toml index 8eb0184..a9b58d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiomarionette" -version = "0.0.2" +version = "0.0.3" description = "Firefox Marionette client for asyncio" readme = "README.md" authors = ["Dustin C. Hatch "]