Skip to content

Commit 2907299

Browse files
author
Abhishek Singh
committed
bumped to v1.0.1
1 parent eaf9ab8 commit 2907299

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,24 @@
2323
DEPENDENCIES = ['msgpack', 'pyzmq', 'tornado', 'click']
2424

2525
classifiers = [
26-
'Development Status :: 4 - Beta',
26+
'Development Status :: 5 - Production/Stable',
2727
'Intended Audience :: Education',
2828
'Intended Audience :: Developers',
2929
'Intended Audience :: Science/Research',
30+
'Intended Audience :: System Administrators',
3031
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
32+
'Programming Language :: Python :: 3 :: Only',
33+
'Programming Language :: Python :: 3.6',
3134
'Programming Language :: Python :: 3.7',
3235
'Programming Language :: Python :: 3.8',
36+
'Programming Language :: Python :: 3.9',
3337
'Operating System :: POSIX :: Linux',
3438
'Operating System :: Unix',
3539
'Operating System :: Microsoft :: Windows',
3640
'Topic :: Database :: Database Engines/Servers',
3741
'Operating System :: MacOS'
3842
]
39-
keywords = 'sqlite client server'
43+
keywords = 'sqlite client server fast secure'
4044

4145

4246
setup(

sqlite_rx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"
22
__author__ = "Abhishek Singh"
33
__authoremail__ = "aosingh@asu.edu"
44

0 commit comments

Comments
 (0)