From a1a9fb854d09889816a22c29a5bef74dc66ae010 Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Wed, 22 Nov 2023 16:14:53 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45bedc5..15b69a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mozilla-linux-pkg-manager" -version = "0.2.0" +version = "0.3.0" description = "`mozilla-releng/mozilla-linux-pkg-manager` is a Python tool for managing Mozilla `.deb` packages." authors = ["Mozilla Release Engineering "] license = "MPL-2.0"