Skip to content

Commit 1e76459

Browse files
committed
Bump version in setup.py
1 parent a8a1c5c commit 1e76459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Versions should comply with PEP440. For a discussion on single-sourcing
3131
# the version across setup.py and the project code, see
3232
# https://packaging.python.org/en/latest/single_source_version.html
33-
version='1.0.0',
33+
version='1.0.1',
3434

3535
description='Elasticsearch ECS Log handler for the logging library',
3636
long_description=long_description,
@@ -50,7 +50,7 @@
5050
# 3 - Alpha
5151
# 4 - Beta
5252
# 5 - Production/Stable
53-
'Development Status :: 4 - Production/Beta',
53+
'Development Status :: 5 - Production/Stable',
5454

5555
# Indicate who your project is intended for
5656
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)