Skip to content

Commit 241cb84

Browse files
committed
Modified setup.py
1 parent 397e1cc commit 241cb84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name = 'control-toolbox',
88
packages = ['control'],
9-
version = '0.0.7',
9+
version = '0.0.8',
1010
license='MIT',
1111
description = 'Python Control System Toolbox',
1212
long_description=long_description,
@@ -25,7 +25,6 @@
2525
classifiers=[
2626
'Development Status :: 3 - Alpha',
2727
'Intended Audience :: Science/Research',
28-
'Topic :: Software Development',
2928
'Topic :: Scientific/Engineering',
3029
'License :: OSI Approved :: MIT License',
3130
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)