Skip to content

Commit

Permalink
Bump version to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlls committed May 19, 2023
1 parent 6e71b58 commit bcc37d6
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.8"
__version__ = "0.7.9"

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.8,<1.5.0
negate>=0.7.9,<1.5.0

0 comments on commit bcc37d6

Please sign in to comment.