We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a47957 commit 734ccf7Copy full SHA for 734ccf7
docs/conf.py
@@ -1,7 +1,7 @@
1
project = 'OpenQASM Pygments Tools'
2
copyright = '2022, OpenQASM contributors'
3
author = 'OpenQASM contributors'
4
-version = "0.1.1"
+version = "0.1.2"
5
6
extensions = [
7
"sphinx.ext.autodoc",
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = openqasm-pygments
-version = 0.1.1
+version = 0.1.2
url = https://openqasm.github.io/openqasm-pygments
description = Pygments tools for OpenQASM
long_description = file: README.md
src/openqasm_pygments/__init__.py
"""Tools for working with OpenQASM source code with Pygments."""
-__version__ = "0.1.1"
+__version__ = "0.1.2"
from .exceptions import LexerWarning
0 commit comments