Skip to content

Commit

Permalink
Setup: bumped version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSeber committed Jul 9, 2024
1 parent 88fa3b0 commit 897ff20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
author = 'Pedro Seber, forked from code by Vicky Sun',
author_email = '[email protected]',
license = 'MIT',
version = '1.4.0',
version = '1.4.1',
description = 'Smart Process Analytics (SPA) is a software package for automatic machine learning. Given user-input data (and optional user preferences), SPA automatically cross-validates and tests ML and DL models. Model types are selected based on the properties of the data, minimizing the risk of data-specific variance.',
zip_safe = False,
packages = find_packages(where = 'Code-SPA', include = ['SPA.py']),
Expand Down

0 comments on commit 897ff20

Please sign in to comment.