Skip to content

Commit

Permalink
Merge pull request #877 from boegel/main
Browse files Browse the repository at this point in the history
bump version to 4.8.1
  • Loading branch information
SebastianAchilles authored Sep 11, 2023
2 parents f9bfbb3 + a59ae2e commit 098117c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ concurrency:

jobs:
python-linting:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware
VERSION = '4.8.0'
VERSION = '4.8.1'


# Utility function to read README file
Expand Down

0 comments on commit 098117c

Please sign in to comment.