Skip to content

Commit

Permalink
bump version to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuckowski committed Jan 19, 2025
1 parent bf6c60e commit 2a1b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioresponses/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from .core import CallbackResult, aioresponses

__version__ = '0.7.6'
__version__ = '0.7.8'

__all__ = [
'CallbackResult',
Expand Down

0 comments on commit 2a1b8d4

Please sign in to comment.