From 2649b57c2f9b3e0bfe00e56263ff3c345793c472 Mon Sep 17 00:00:00 2001 From: Diego Miguel Date: Sun, 18 Dec 2022 21:22:42 +0100 Subject: [PATCH] Update version to 0.7.1 --- negate/__init__.py | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/negate/__init__.py b/negate/__init__.py index e829d6b..a45cd3c 100644 --- a/negate/__init__.py +++ b/negate/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.0" +__version__ = "0.7.1" from .negate import ( Negator, diff --git a/tests/requirements.txt b/tests/requirements.txt index 14445dc..01c10f1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ pytest>=7.2.0,<7.3.0 -negate>=0.7.0,<1.5.0 +negate>=0.7.1,<1.5.0