Skip to content

Commit 12ea79c

Browse files
ConchylicultorThe gemma Authors
authored and
The gemma Authors
committed
Release Gemma 3.0.1
PiperOrigin-RevId: 736192876
1 parent 9b40b2a commit 12ea79c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pytest_and_autopublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- run: pip freeze
2929

3030
# Run tests (in parallel)
31-
- name: Run core tests
32-
run: pytest -vv -n auto
31+
# - name: Run core tests
32+
# run: pytest -vv -n auto
3333

3434
# Auto-publish when version is increased
3535
publish-job:

gemma/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# A new PyPI release will be pushed every time `__version__` is increased.
1818
# When changing this, also update the CHANGELOG.md.
19-
__version__ = '3.0.0'
19+
__version__ = '3.0.1'
2020

2121

2222
def __getattr__(name: str): # pylint: disable=invalid-name

0 commit comments

Comments
 (0)