Bug 1893991 - Update mozdebug version number to 0.3.1, r=Sasha

Differential Revision: https://phabricator.services.mozilla.com/D208886
This commit is contained in:
James Graham 2024-04-29 16:50:13 +00:00
parent f55cd85614
commit 7960e13348

View file

@ -4,7 +4,7 @@
from setuptools import setup
PACKAGE_VERSION = "0.3.0"
PACKAGE_VERSION = "0.3.1"
DEPS = ["mozinfo"]