Skip to content

Commit

Permalink
Update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlls committed Dec 18, 2022
1 parent bca3955 commit 2649b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion negate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.0"
__version__ = "0.7.1"

from .negate import (
Negator,
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2649b57

Please sign in to comment.