From 08361ebc0f2085f7b98f38a79aef92fdbde83ca7 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Mon, 30 Oct 2023 22:56:38 -0400 Subject: [PATCH] [pmcx] bump pmcx to v0.2.6 with dref fix #195 --- 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 dc6c8dab..794de0f6 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.5 +- Version: 0.2.6 - 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 36d80b30..5a311c35 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.5" +__version__ = "0.2.6" __all__ = ( "gpuinfo", diff --git a/pmcx/setup.py b/pmcx/setup.py index c4e52a0a..05dbfcb2 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.5", + version="0.2.6", requires=["numpy"], license="GPLv3+", author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen",