We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1613c3 commit 43b3c5cCopy full SHA for 43b3c5c
.github/workflows/release-package.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
environment:
38
name: pypi
39
- url: https://pypi.org/p/flitter-lang
+ url: https://pypi.org/p/flitter-pygments
40
permissions:
41
id-token: write
42
steps:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "flitter-pygments"
7
-version = "1.0.0b12"
+version = "1.0.0b14"
8
description = "A Pygments plugin providing a lexer for the Flitter visuals functional programming language"
9
authors = [
10
{name = "Jonathan Hogg", email = "[email protected]"},
0 commit comments