Skip to content

Commit

Permalink
setup: bump aiohttp from 3.9.1 to 3.9.3 (#304)
Browse files Browse the repository at this point in the history
* Bump aiohttp from 3.9.0 to 3.9.3

Signed-off-by: Evgeniy Zayats <[email protected]>
Co-authored-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
evgeniiz321 and Evgeniy Zayats authored Mar 20, 2024
1 parent 1823903 commit 3393e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neo3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "2.5.0"
__version__ = "2.5.1"

core_logger = logging.getLogger("neo3.core")
network_logger = logging.getLogger("neo3.network")
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
dynamic = ["version"]
dependencies = [
"aiodns==3.1.1",
"aiohttp==3.9.1",
"aiohttp==3.9.3",
"base58==2.1.1",
"bitarray==2.8.5",
"Events==0.5",
Expand Down Expand Up @@ -62,7 +62,7 @@ target-version = ['py311']
version = { attr = "neo3.__version__" }

[tool.bumpversion]
current_version = "2.5.0"
current_version = "2.5.1"
commit = true
tag = true

Expand Down

0 comments on commit 3393e46

Please sign in to comment.