Skip to content

Commit

Permalink
bump pmcxcl version, fix windows pypi version check
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 28, 2023
1 parent 574fa67 commit 09c61b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Check If the Build Version Exists on PyPI
id: perform_pypi_upload_check
run: |
bash $env:GITHUB_WORKSPACE/.github/check-pypi-upload.sh
./.github/check-pypi-upload.sh
- name: Prepare Wheels for Upload
uses: actions/upload-artifact@v3
with:
Expand Down
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.0.1
- Version: 0.0.2
- 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 @@ -37,6 +37,6 @@
# from .files import loadmc2, loadmch, load, save
from .bench import bench

__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = ("gpuinfo", "run", "bench")
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.0.1",
version="0.0.2",
requires=['numpy'],
license='GPLv3+',
author="Matin Raayai Ardakani, Qianqian Fang",
Expand Down

0 comments on commit 09c61b7

Please sign in to comment.