X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a3b265e25f0b30de61807b7f82828b3bb39aaf6..6971127a604a5cb00a04196276e51e6044a64bdf:/setup.py diff --git a/setup.py b/setup.py index bd01560ab5..22d45d2331 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021. The SimGrid Team. All rights reserved. +# Copyright (c) 2019-2022. The SimGrid Team. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -88,7 +88,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.28', + version='3.30.1', author='Da SimGrid Team', author_email='simgrid-devel@lists.gforge.inria.fr', description='Toolkit for scalable simulation of distributed applications',