Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopena committed Oct 11, 2023
1 parent 0a34e10 commit 60d8fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: ['3.9', '3.10', '3.11']
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setuptools.setup(
name='bbpp',
version='0.0.2',
version='0.0.3',
author='Sergio Pena',
author_email='isergiopena@gmail.com',
description=(
Expand Down

0 comments on commit 60d8fca

Please sign in to comment.