Skip to content

Commit acf4207

Browse files
committed
Build 1.2, setup.py updated
1 parent 1c2c3e6 commit acf4207

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
17.2 KB
Binary file not shown.

dist/lmso_algorithm-1.2.tar.gz

4.1 KB
Binary file not shown.

lmso_algorithm.egg-info/PKG-INFO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: lmso-algorithm
3-
Version: 1.1
3+
Version: 1.2
44
Summary: An Optimized LMS Algorithm
55
Home-page: https://github.com/alexgrusu/lmso_algorithm
66
Author: Alexandru - George Rusu
@@ -27,8 +27,8 @@ Description: # lmso_algorithm
2727

2828
Keywords: Adaptive filters,Echo cancellation,System identification
2929
Platform: UNKNOWN
30-
Classifier: Development Status :: 4 - Beta
31-
Classifier: Intended Audience :: Researchers, Developers
30+
Classifier: Development Status :: 6 - Mature
31+
Classifier: Intended Audience :: Science/Research
3232
Classifier: Natural Language :: English
3333
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
3434
Classifier: Operating System :: OS Independent

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name = "lmso_algorithm",
6-
version = 1.1,
6+
version = 1.2,
77
long_description = Path("README.md").read_text(),
88
packages = setuptools.find_packages(exclude = ["tests", "example"]),
99
license = 'GPLv3+',
@@ -14,8 +14,8 @@
1414
url="https://github.com/alexgrusu/lmso_algorithm",
1515
install_requires=['numpy', 'scipy'],
1616
classifiers=[
17-
'Development Status :: Completed',
18-
'Intended Audience :: Researchers, Developers',
17+
'Development Status :: 6 - Mature',
18+
'Intended Audience :: Science/Research',
1919
'Natural Language :: English',
2020
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
2121
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)