Skip to content

Commit 2f372eb

Browse files
authored
update: V0.0.7
1 parent e36e5ff commit 2f372eb

File tree

6 files changed

+437
-49
lines changed

6 files changed

+437
-49
lines changed

LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2019] [Nikesh Bajaj]
3+
Copyright (c) [2020] [Nikesh Bajaj]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

Version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.6
1+
0.0.7

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
'Programming Language :: Python :: 3.5',
3030
'Programming Language :: Python :: 3.6',
3131
'Programming Language :: Python :: 3.7',
32-
32+
3333
"License :: OSI Approved :: MIT License",
34-
34+
3535
"Operating System :: OS Independent",
3636
'Topic :: Scientific/Engineering :: Artificial Intelligence',
3737
'Topic :: Scientific/Engineering :: Information Analysis',
3838
'Topic :: Software Development :: Libraries :: Python Modules',
39-
39+
4040
'Intended Audience :: Developers',
4141
'Intended Audience :: Science/Research',
42-
42+
4343
'Development Status :: 5 - Production/Stable',
4444
],
4545
include_package_data=True,
4646
install_requires=['numpy','matplotlib','scipy','scikit-learn','python-picard']
47-
)
47+
)

spkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Signal Processing tool kit"
22

3-
__version__ = '0.0.6'
3+
__version__ = '0.0.7'
44
__author__ = 'Nikesh Bajaj'
55
import sys, os
66

0 commit comments

Comments
 (0)