Skip to content

Commit eae5b20

Browse files
committed
[pmcx] bump version to v0.3.3
1 parent 095cab4 commit eae5b20

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pmcx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Copyright: (C) Matin Raayai Ardakani (2022-2023) <raayaiardakani.m at northeastern.edu>, Qianqian Fang (2019-2024) <q.fang at neu.edu>, Fan-Yu Yen (2023-2024) <yen.f at northeastern.edu>
66
- License: GNU Public License V3 or later
7-
- Version: 0.3.2
7+
- Version: 0.3.3
88
- URL: https://pypi.org/project/pmcx/
99
- Github: https://github.com/fangq/mcx
1010

pmcx/pmcx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# from .files import loadmc2, loadmch, load, save
5050
from .bench import bench
5151

52-
__version__ = "0.3.2"
52+
__version__ = "0.3.3"
5353

5454
__all__ = (
5555
"gpuinfo",

pmcx/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def build_extension(self, ext):
123123
setup(
124124
name="pmcx",
125125
packages=["pmcx"],
126-
version="0.3.2",
126+
version="0.3.3",
127127
requires=["numpy"],
128128
license="GPLv3+",
129129
author="Matin Raayai Ardakani, Qianqian Fang, Fan-Yu Yen",

0 commit comments

Comments
 (0)