File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11project = 'OpenQASM Pygments Tools'
22copyright = '2022, OpenQASM contributors'
33author = 'OpenQASM contributors'
4- version = "0.1.2 "
4+ version = "0.2.0 "
55
66extensions = [
77 "sphinx.ext.autodoc" ,
Original file line number Diff line number Diff line change 1+ ---
2+ prelude : >
3+ Version 0.2.0 includes some new keywords and language extensions made to OpenQASM 3 in the years since the last update.
Original file line number Diff line number Diff line change 11[metadata]
22name = openqasm-pygments
3- version = 0.1.2
3+ version = 0.2.0
44url = https://openqasm.github.io/openqasm-pygments
55description = Pygments tools for OpenQASM
66long_description = file: README.md
Original file line number Diff line number Diff line change 11"""Tools for working with OpenQASM source code with Pygments."""
22
3- __version__ = "0.1.2 "
3+ __version__ = "0.2.0 "
44
55from .exceptions import LexerWarning
66
You can’t perform that action at this time.
0 commit comments