From 6ebf7ec23caf97f3a563339a4bf9900a3bb6d5ba Mon Sep 17 00:00:00 2001 From: "Kevin R. Barnes" Date: Fri, 7 Jun 2024 09:27:55 -0500 Subject: [PATCH] bump version 0.0.7 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 1750564..5a5831a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.6 +0.0.7 diff --git a/pyproject.toml b/pyproject.toml index 87b7098..b6e089f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "feature_gate" -version = "0.0.6" +version = "0.0.7" description = "An extensible feature flagging library for Python" authors = ["Patrick Wiseman "] maintainers = ["Patrick Wiseman "]