Skip to content

Commit

Permalink
[pmcxcl] bump pmcxcl to 0.1.4 after fixing fangq/mcx#212
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 28, 2024
1 parent 4e1ec7f commit fbe270b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pmcxcl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Copyright: (C) Matin Raayai Ardakani (2022-2023) <raayaiardakani.m at northeastern.edu>
and Qianqian Fang (2019-2023) <q.fang at neu.edu>
- License: GNU Public License V3 or later
- Version: 0.1.3
- Version: 0.1.4
- URL: https://pypi.org/project/pmcxcl/
- Github: https://github.com/fangq/mcxcl

Expand Down
2 changes: 1 addition & 1 deletion pmcxcl/pmcxcl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

from .bench import bench

__version__ = "0.1.3"
__version__ = "0.1.4"

__all__ = (
"gpuinfo",
Expand Down
2 changes: 1 addition & 1 deletion pmcxcl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def build_extension(self, ext):
setup(
name="pmcxcl",
packages=['pmcxcl'],
version="0.1.3",
version="0.1.4",
requires=['numpy'],
license='GPLv3+',
author="Matin Raayai Ardakani, Qianqian Fang",
Expand Down

0 comments on commit fbe270b

Please sign in to comment.