Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agrimagsrl committed Oct 26, 2020
1 parent ec526d9 commit e132fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion micromlgen/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
'LogisticRegression',
'PCA',
'PrincipalFFT',
'LinearRegression'
'LinearRegression',
'XGBClassifier'
]
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
setup(
name = 'micromlgen',
packages = ['micromlgen'],
version = '1.1.12',
version = '1.1.13',
license='MIT',
description = 'Generate C code for microcontrollers from Python\'s sklearn classifiers',
author = 'Simone Salerno',
author_email = '[email protected]',
url = 'https://github.com/eloquentarduino/micromlgen',
download_url = 'https://github.com/eloquentarduino/micromlgen/archive/v_1112.tar.gz',
download_url = 'https://github.com/eloquentarduino/micromlgen/archive/v_1113.tar.gz',
keywords = [
'ML',
'microcontrollers',
Expand Down

0 comments on commit e132fb0

Please sign in to comment.