diff --git a/README.md b/README.md index d647b68..1a0715d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ class MyComponent(Component): The syntax highlight then looks like this: -![Django Components Python Lexer Example](./assets/demo.png) +![Django Components Python Lexer Example](https://github.com/django-components/pygments-djc/blob/main/assets/demo.png?raw=true) ## Release notes diff --git a/pyproject.toml b/pyproject.toml index 812d14d..02835ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygments_djc" -version = "1.0.0" +version = "1.0.1" requires-python = ">=3.8, <4.0" description = "Pygments Lexers for django-components" keywords = ["django", "components", "pygments", "lexer", "html", "js", "css"]