From 3606b51bb2dc48e56a86023310a6f56d6943e986 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Thu, 28 Sep 2023 07:33:54 -0400 Subject: [PATCH] bump pmcx to 0.2.5 after #187 #188 --- pmcx/README.md | 2 +- pmcx/pmcx/__init__.py | 2 +- pmcx/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pmcx/README.md b/pmcx/README.md index 13947b4e..dc6c8dab 100644 --- a/pmcx/README.md +++ b/pmcx/README.md @@ -4,7 +4,7 @@ - Copyright: (C) Matin Raayai Ardakani (2022-2023) , Qianqian Fang (2019-2023) , Fan-Yu Yen (2023) - License: GNU Public License V3 or later -- Version: 0.2.4 +- Version: 0.2.5 - URL: https://pypi.org/project/pmcx/ - Github: https://github.com/fangq/mcx diff --git a/pmcx/pmcx/__init__.py b/pmcx/pmcx/__init__.py index fd517fe7..36d80b30 100644 --- a/pmcx/pmcx/__init__.py +++ b/pmcx/pmcx/__init__.py @@ -49,7 +49,7 @@ # from .files import loadmc2, loadmch, load, save from .bench import bench -__version__ = "0.2.4" +__version__ = "0.2.5" __all__ = ( "gpuinfo", diff --git a/pmcx/setup.py b/pmcx/setup.py index d9628d4b..c4e52a0a 100644 --- a/pmcx/setup.py +++ b/pmcx/setup.py @@ -123,7 +123,7 @@ def build_extension(self, ext): setup( name="pmcx", packages=["pmcx"], - version="0.2.4", + version="0.2.5", requires=["numpy"], license="GPLv3+", author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen",