We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397e1cc commit 241cb84Copy full SHA for 241cb84
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name = 'control-toolbox',
8
packages = ['control'],
9
- version = '0.0.7',
+ version = '0.0.8',
10
license='MIT',
11
description = 'Python Control System Toolbox',
12
long_description=long_description,
@@ -25,7 +25,6 @@
25
classifiers=[
26
'Development Status :: 3 - Alpha',
27
'Intended Audience :: Science/Research',
28
- 'Topic :: Software Development',
29
'Topic :: Scientific/Engineering',
30
'License :: OSI Approved :: MIT License',
31
'Programming Language :: Python :: 3.6',
0 commit comments