Skip to content

Commit 804108f

Browse files
1.0.1
1 parent 8325b63 commit 804108f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

es2csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CONNECTION_TIMEOUT = 120
2323
TIMES_TO_TRY = 3
2424
RETRY_DELAY = 60
25-
__version__ = '1.0.0.dev1'
25+
__version__ = '1.0.1'
2626

2727

2828
# Retry decorator for functions with exceptions

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
classifiers = [
9-
'Development Status :: 4 - Beta',
9+
'Development Status :: 5 - Production/Stable',
1010
'Intended Audience :: Developers',
1111
'Intended Audience :: System Administrators',
1212
'Environment :: Console',

0 commit comments

Comments
 (0)