Skip to content

Commit

Permalink
Merge pull request #591 from voxel51/release/v0.8.5
Browse files Browse the repository at this point in the history
Release 0.8.5
  • Loading branch information
brimoor authored Apr 3, 2023
2 parents fcb2274 + 111f4b7 commit 2f42b26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Clone ETA
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion eta/core/serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def load_ndjson(path_or_str):
The input argument can be any of the following:
(a) the path to a NDJSON file on disk
(b) a string that can be directly parsed via `ndjson.loads`
(b) an NDJSON string or bytes
Args:
path_or_str: the NDJSON path or string
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from wheel.bdist_wheel import bdist_wheel


VERSION = "0.8.4"
VERSION = "0.8.5"


class BdistWheelCustom(bdist_wheel):
Expand Down

0 comments on commit 2f42b26

Please sign in to comment.