Skip to content

Commit

Permalink
Merge branch 'main' into xiaohan/refactor_spanner
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaohanZhangCMU committed Sep 3, 2024
2 parents 2943e13 + a2047c9 commit a41f07e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: mosaicml/ci-testing
ref: v0.1.2
ref: v0.2.0
path: ./ci-testing
- uses: ./ci-testing/.github/actions/code-quality
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
'toml==0.10.2',
'yamllint==1.35.1',
'moto>=4.0,<6',
'fastapi==0.112.1',
'fastapi==0.112.2',
'pydantic==2.8.2',
'uvicorn==0.30.6',
'pytest-split==0.9.0',
Expand Down
2 changes: 1 addition & 1 deletion streaming/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

"""The Streaming Version."""

__version__ = '0.8.0'
__version__ = '0.8.1'

0 comments on commit a41f07e

Please sign in to comment.