Skip to content

Commit 2b48820

Browse files
author
Jason Hu
committed
Bump version: 0.1.6 → 0.1.7
1 parent 0b28b13 commit 2b48820

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aiohttp_sse_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Jason Hu"""
66
__email__ = '[email protected]'
7-
__version__ = '0.1.6'
7+
__version__ = '0.1.7'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.6
2+
current_version = 0.1.7
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
test_suite='tests',
4343
tests_require=test_requirements,
4444
url='https://github.com/rtfol/aiohttp-sse-client',
45-
version='0.1.6',
45+
version='0.1.7',
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)