Skip to content

Commit

Permalink
update python version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
blmoistawinde authored Jan 16, 2023
1 parent d58bffc commit ef197a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion harvesttext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .harvesttext import HarvestText
from .resources import *

__version__ = '0.8.1.7'
__version__ = '0.8.1.8'

def saveHT(htModel,filename):
with open(filename, "wb") as f:
Expand Down

0 comments on commit ef197a8

Please sign in to comment.