Skip to content

Commit

Permalink
Setup: bumped version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSeber committed Aug 30, 2024
1 parent 0eb1a92 commit 8d053f8
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.2',
version = '1.5.0',
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 8d053f8

Please sign in to comment.