We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a1c5c commit 1e76459Copy full SHA for 1e76459
setup.py
@@ -30,7 +30,7 @@
30
# Versions should comply with PEP440. For a discussion on single-sourcing
31
# the version across setup.py and the project code, see
32
# https://packaging.python.org/en/latest/single_source_version.html
33
- version='1.0.0',
+ version='1.0.1',
34
35
description='Elasticsearch ECS Log handler for the logging library',
36
long_description=long_description,
@@ -50,7 +50,7 @@
50
# 3 - Alpha
51
# 4 - Beta
52
# 5 - Production/Stable
53
- 'Development Status :: 4 - Production/Beta',
+ 'Development Status :: 5 - Production/Stable',
54
55
# Indicate who your project is intended for
56
'Intended Audience :: Developers',
0 commit comments