From b1185ac2d2fe4089c160033cc09157c23978dca6 Mon Sep 17 00:00:00 2001 From: Neil Ferguson Date: Wed, 27 Mar 2024 21:42:52 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bb6906..a67dd27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "referrers" -version = "0.2.5" +version = "0.3.0" description = "Finds the graph of referrers for a Python object" authors = ["Neil Ferguson"] readme = "README.md"