Skip to content

Commit b1108f7

Browse files
committed
bump version
1 parent 8ffc5a0 commit b1108f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aiomisc/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# BY: poem-plugins "git" plugin
33
# NEVER EDIT THIS FILE MANUALLY
44

5-
version_info = (17, 3, 0)
6-
__version__ = "17.3.0"
5+
version_info = (17, 5, 25)
6+
__version__ = "17.5.25"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "aiomisc"
33
# This is a dummy version which will be rewritten with poem-plugins
4-
version = "17.3.0"
4+
version = "17.5.25"
55
description = "aiomisc - miscellaneous utils for asyncio"
66
authors = ["Dmitry Orlov <[email protected]>"]
77
readme = "README.rst"

0 commit comments

Comments
 (0)