Skip to content

Commit

Permalink
Bump version: 3.0.3 → 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwillie committed Apr 3, 2022
1 parent fe476a0 commit 6c4f4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion especifico/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
AioHttpApp = _aiohttp_not_installed_error # type: ignore

# This version is replaced during release process.
__version__ = "3.0.3"
__version__ = "3.0.4"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.3
current_version = 3.0.4

[bdist_wheel]
universal = 1

0 comments on commit 6c4f4be

Please sign in to comment.