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