Skip to content

Commit 734ccf7

Browse files
committed
Bump version to 0.1.2
1 parent 4a47957 commit 734ccf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.1"
4+
version = "0.1.2"
55

66
extensions = [
77
"sphinx.ext.autodoc",

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.1
3+
version = 0.1.2
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.1"
3+
__version__ = "0.1.2"
44

55
from .exceptions import LexerWarning
66

0 commit comments

Comments
 (0)