Skip to content

Commit dad5c81

Browse files
authored
Prepare version 0.2.0 (#10)
1 parent cc23c59 commit dad5c81

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project = 'OpenQASM Pygments Tools'
22
copyright = '2022, OpenQASM contributors'
33
author = 'OpenQASM contributors'
4-
version = "0.1.2"
4+
version = "0.2.0"
55

66
extensions = [
77
"sphinx.ext.autodoc",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openqasm-pygments
3-
version = 0.1.2
3+
version = 0.2.0
44
url = https://openqasm.github.io/openqasm-pygments
55
description = Pygments tools for OpenQASM
66
long_description = file: README.md

src/openqasm_pygments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Tools for working with OpenQASM source code with Pygments."""
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.2.0"
44

55
from .exceptions import LexerWarning
66

0 commit comments

Comments
 (0)