From c1c949b12047ef689ef4ef864dd3cd0f8331e50c Mon Sep 17 00:00:00 2001 From: Emiel Slootman Date: Thu, 14 Apr 2022 10:53:30 +0200 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0508c18..5f97a5b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="QMCblip", - version="1.0.2", + version="1.0.3", author="Emiel Slootman", author_email="e.slootman@esciencecenter.nl", description="A small package to couple Quantum Monte Carlo codes to Machine Learning Force Fields through ASE.",