Skip to content

Commit

Permalink
[ci] bump pmcxcl to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 1, 2024
1 parent 0d9f77f commit d4fb874
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-2024) <q.fang at neu.edu>
- License: GNU Public License V3 or later
- Version: 0.1.5
- Version: 0.1.6
- URL: https://pypi.org/project/pmcxcl/
- Github: https:/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.5"
__version__ = "0.1.6"

__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.5",
version="0.1.6",
requires=['numpy'],
license='GPLv3+',
author="Matin Raayai Ardakani, Qianqian Fang",
Expand Down

0 comments on commit d4fb874

Please sign in to comment.