From 35ffdb01d8e5b8335a88ba5d76c54bcc0c7506d4 Mon Sep 17 00:00:00 2001 From: leschultz Date: Mon, 2 Oct 2023 11:27:19 -0500 Subject: [PATCH] Incremented ver4sion number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7167f0..8abb205 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # Package information name = 'madml' -version = '0.9.0' # Need to increment every time to push to PyPI +version = '0.9.1' # Need to increment every time to push to PyPI description = 'Application domain of machine learning in materials science.' url = 'https://github.com/leschultz/'\ 'materials_application_domain_machine_learning.git'