From 8c0cfec93e93a674cb78645679443fc7ae7d6105 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Wed, 25 Sep 2024 12:25:51 -0400 Subject: [PATCH] [pmcx] bump up pmcx version to 0.3.5 after fixing #233 --- 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 1ad5b40d..06c44f27 100644 --- a/pmcx/README.md +++ b/pmcx/README.md @@ -4,7 +4,7 @@ - Copyright: (C) Matin Raayai Ardakani (2022-2023) , Qianqian Fang (2019-2024) , Fan-Yu Yen (2023-2024) - License: GNU Public License V3 or later -- Version: 0.3.4 +- Version: 0.3.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 7bf35da2..6761665b 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.3.4" +__version__ = "0.3.5" __all__ = ( "gpuinfo", diff --git a/pmcx/setup.py b/pmcx/setup.py index 40c33098..71c1fe97 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.3.4", + version="0.3.5", requires=["numpy"], license="GPLv3+", author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen",