We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece4470 commit 17c7c43Copy full SHA for 17c7c43
2 files changed
docs/README.txt docs/README.mddocs/README.txt renamed to docs/README.md
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='QSTK',
8
- version='0.2.6a1',
+ version='0.2.6',
9
author='Sourabh Bajaj',
10
packages=find_packages(),
11
namespace_packages=['QSTK'],
@@ -24,7 +24,7 @@
24
"scikit-learn >= 0.11",
25
],
26
classifiers=[
27
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
28
'Environment :: Console',
29
'Intended Audience :: Developers',
30
'Intended Audience :: Education',
0 commit comments