From 28e510130e6075b7a1b68b45f77973a154437a7d Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Mon, 27 Nov 2023 22:15:54 -0500 Subject: [PATCH] [pmcx] bump pmcx version to 0.2.7 --- 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 794de0f6..fe9a5204 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.6 +- Version: 0.2.7 - 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 5a311c35..ac0a1975 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.6" +__version__ = "0.2.7" __all__ = ( "gpuinfo", diff --git a/pmcx/setup.py b/pmcx/setup.py index 05dbfcb2..020c0001 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.6", + version="0.2.7", requires=["numpy"], license="GPLv3+", author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen",