Skip to content

Commit

Permalink
chore: release 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Jan 24, 2022
1 parent 0b6022a commit e07153c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.8'

- name: Build wheels
uses: pypa/cibuildwheel@v2.0.1
uses: pypa/cibuildwheel@v2.3.1

- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion sklearn_pmml_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# License: BSD 2-Clause

__version__ = '0.0.20'
__version__ = '0.0.21'

0 comments on commit e07153c

Please sign in to comment.