Skip to content

Commit

Permalink
Changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan van Kraaij authored and Stan van Kraaij committed Mar 7, 2024
1 parent 322097d commit 94ecb6e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Widom/Widom.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@ def run(self):
self.write_log("Starting Widom Particle Insertion Analysis")
self.write_log(str(self._n_processes) + " process(es) will be used!")
starttime = time.time()
self.write_log('Initialize governor!')


governor = Multiprocess().load(self, n_processes=self._n_processes)
self.write_log('Run governor!')
self.write_log('Governor initialized!')

governor.run()

self.insertion_energies = governor.get_insertion_energies()
Expand Down Expand Up @@ -311,4 +313,4 @@ def version():
@return version (str)
"""
return '1.0.0'
return '1.1.0'

0 comments on commit 94ecb6e

Please sign in to comment.