Skip to content

Commit

Permalink
0.7.dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 19, 2024
1 parent 9b655e5 commit c156278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
pip install
build
--user
- name: Debug publication process
run: >-
echo $GITHUB_REF
- name: Build a binary wheel and a source tarball
run: >-
python -m
Expand Down
2 changes: 1 addition & 1 deletion stats_arrays/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.dev2"
__version__ = "0.7.dev3"

__all__ = (
"BernoulliUncertainty",
Expand Down

0 comments on commit c156278

Please sign in to comment.