diff --git a/README.md b/README.md index 1536386..024d8b6 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ from its package subpath. | CUE logo | CUE | `cue` | `.cue` | `0.16.1` | `code-languages/cue` | | Curry logo | Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` | | Cypher logo | Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` | -| Cython logo | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.5` | `code-languages/cython` | +| Cython logo | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.6` | `code-languages/cython` | | D logo | D | `d` | `.d`, `.di` | `2.112.0` | `code-languages/d` | | Dafny logo | Dafny | `dafny` | `.dfy` | `4.11.0` | `code-languages/dafny` | | Dart logo | Dart | `dart` | `.dart` | `3.12.2` | `code-languages/dart` | diff --git a/src/languages/cython.ts b/src/languages/cython.ts index dee196d..519a049 100644 --- a/src/languages/cython.ts +++ b/src/languages/cython.ts @@ -12,7 +12,7 @@ export const cython = { packageManagers: ['pip', 'conda', 'Poetry'], ecosystems: ['Python', 'Native Extensions', 'Scientific Computing'], }, - version: '3.2.5', + version: '3.2.6', logo: 'https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg', color: '#FED140', i18n: {