From ceb2956aca51666188a71256e8ba84689f7b830d Mon Sep 17 00:00:00 2001 From: sydney-runkle Date: Wed, 20 Nov 2024 12:24:33 -0500 Subject: [PATCH] v bump --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6af632f..11ef2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ include = ["/README.md", "/Makefile", "/pytest_examples", "/tests"] [project] name = "pytest-examples" -version = "0.0.14" +version = "0.0.15" description = "Pytest plugin for testing examples in docstrings and markdown files." authors = [ {name = "Samuel Colvin", email = "s@muelcolvin.com"}, diff --git a/uv.lock b/uv.lock index 788970b..80b43d2 100644 --- a/uv.lock +++ b/uv.lock @@ -330,7 +330,7 @@ wheels = [ [[package]] name = "pytest-examples" -version = "0.0.14" +version = "0.0.15" source = { editable = "." } dependencies = [ { name = "black" },