We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560f8a3 commit b87c554Copy full SHA for b87c554
setup.py
@@ -2,11 +2,11 @@
2
3
setup(
4
name='asyncgelf',
5
- version='0.1.0',
+ version='0.1.1',
6
author='Sergey Malinkin',
7
author_email='malinkinsa@yandex.ru',
8
url='https://github.com/malinkinsa/asyncgelf',
9
- download_url='https://github.com/malinkinsa/asyncgelf/archive/refs/tags/0.1.0.tar.gz',
+ download_url='https://github.com/malinkinsa/asyncgelf/archive/refs/tags/0.1.1.tar.gz',
10
description='Async python logging handlers that send messages in the Graylog Extended Log Format (GELF).',
11
long_description=open('README.md').read(),
12
long_description_content_type='text/markdown',
0 commit comments