From 1e44560bca189281ed84ca2c301f209982f22d95 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 30 Apr 2022 14:22:18 -0500 Subject: [PATCH] Begin v0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "]