diff --git a/setup.py b/setup.py index 3f3191f2a..9bc927af4 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read_file(fname): setup( name="salesforce-merlion", - version="1.2.4", + version="1.2.5", author=", ".join(read_file("AUTHORS.md").split("\n")), author_email="abhatnagar@salesforce.com", description="Merlion: A Machine Learning Framework for Time Series Intelligence",