Skip to content

Commit a30bef4

Browse files
committed
v1.0.0 + mark as Production/Stable
1 parent 3942671 commit a30bef4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

indexdigest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
index_digest Python module
33
"""
4-
VERSION = '0.2.0'
4+
VERSION = '1.0.0'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
author='Maciej Brencz',
1010
author_email='maciej.brencz@gmail.com',
1111
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',
1313
url='https://github.com/macbre/index-digest',
1414
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
1515
classifiers=[
1616
# How mature is this project? Common values are
1717
# 3 - Alpha
1818
# 4 - Beta
1919
# 5 - Production/Stable
20-
'Development Status :: 3 - Beta',
20+
'Development Status :: 5 - Production/Stable',
2121

2222
# Indicate who your project is intended for
2323
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)