Skip to content

Commit b87c554

Browse files
committed
Bump version
1 parent 560f8a3 commit b87c554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
setup(
44
name='asyncgelf',
5-
version='0.1.0',
5+
version='0.1.1',
66
author='Sergey Malinkin',
77
author_email='malinkinsa@yandex.ru',
88
url='https://github.com/malinkinsa/asyncgelf',
9-
download_url='https://github.com/malinkinsa/asyncgelf/archive/refs/tags/0.1.0.tar.gz',
9+
download_url='https://github.com/malinkinsa/asyncgelf/archive/refs/tags/0.1.1.tar.gz',
1010
description='Async python logging handlers that send messages in the Graylog Extended Log Format (GELF).',
1111
long_description=open('README.md').read(),
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)