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