Skip to content

Commit 3038095

Browse files
authored
Upgrade version (#134)
1 parent 0b9564c commit 3038095

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/check-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macOS-latest, windows-latest]
1818
python: ['3.11', '3.12']
19-
transformers: ['4.48.3', '4.51.3', 'main']
20-
torch: ['2.6', 'main']
19+
transformers: ['4.48.3', '4.52.4', 'main']
20+
torch: ['2.6', '2.7', 'main']
2121

2222
steps:
2323

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest]
1818
python: ['3.10', '3.11', '3.12', '3.13']
19-
transformers: ['4.48.3', '4.51.3', '4.52.3', 'main']
19+
transformers: ['4.48.3', '4.51.3', '4.52.4', 'main']
2020
torch: ['2.7', 'main']
2121
exclude:
2222
- python: '3.10'
2323
torch: 'main'
2424
- python: '3.11'
2525
torch: 'main'
2626
- python: '3.10'
27-
transformers: '4.52.3'
27+
transformers: '4.52.4'
2828
- python: '3.10'
2929
transformers: 'main'
3030
- python: '3.11'
31-
transformers: '4.52.3'
31+
transformers: '4.52.4'
3232
- python: '3.11'
3333
transformers: 'main'
3434
- python: '3.13'

_doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ The function replaces dynamic dimensions defined as strings by
206206
Older versions
207207
++++++++++++++
208208

209+
* `0.6.2 <../v0.6.2/index.html>`_
209210
* `0.6.1 <../v0.6.1/index.html>`_
210211
* `0.6.0 <../v0.6.0/index.html>`_
211212
* `0.5.0 <../v0.5.0/index.html>`_

onnx_diagnostic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Functions, classes to dig into a model when this one is right, slow, wrong...
44
"""
55

6-
__version__ = "0.6.1"
6+
__version__ = "0.6.2"
77
__author__ = "Xavier Dupré"

0 commit comments

Comments
 (0)