File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
index_digest Python module
3
3
"""
4
- VERSION = '0.2 .0'
4
+ VERSION = '1.0 .0'
Original file line number Diff line number Diff line change 9
9
author = 'Maciej Brencz' ,
10
10
author_email = 'maciej.brencz@gmail.com' ,
11
11
license = 'MIT' ,
12
- description = 'Analyses your database queries and schema and suggests indices improvements' ,
12
+ description = 'Analyses your database queries and schema and suggests indices and schema improvements' ,
13
13
url = 'https://github.com/macbre/index-digest' ,
14
14
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
15
15
classifiers = [
16
16
# How mature is this project? Common values are
17
17
# 3 - Alpha
18
18
# 4 - Beta
19
19
# 5 - Production/Stable
20
- 'Development Status :: 3 - Beta ' ,
20
+ 'Development Status :: 5 - Production/Stable ' ,
21
21
22
22
# Indicate who your project is intended for
23
23
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments