Skip to content

Commit 7dd99eb

Browse files
committed
Bump to v2.0.1
1 parent f127126 commit 7dd99eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sphinx_inlinecode/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import sys
33
import sphinx
44
import inspect
5-
import functools
65

76
from pathlib import Path
87
from typing import Dict, Any
@@ -14,7 +13,7 @@
1413
from pygments.lexers.python import PythonLexer
1514

1615

17-
__version__ = "2.0.0"
16+
__version__ = "2.0.1"
1817
__author__ = 'Adam Korn <hello@dailykitten.net>'
1918

2019

0 commit comments

Comments
 (0)