Skip to content

Commit 17c7c43

Browse files
committed
Basic testing of 0.2.6 completed
1 parent ece4470 commit 17c7c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='QSTK',
8-
version='0.2.6a1',
8+
version='0.2.6',
99
author='Sourabh Bajaj',
1010
packages=find_packages(),
1111
namespace_packages=['QSTK'],
@@ -24,7 +24,7 @@
2424
"scikit-learn >= 0.11",
2525
],
2626
classifiers=[
27-
'Development Status :: 3 - Alpha',
27+
'Development Status :: 5 - Production/Stable',
2828
'Environment :: Console',
2929
'Intended Audience :: Developers',
3030
'Intended Audience :: Education',

0 commit comments

Comments
 (0)