Skip to content

Commit

Permalink
Bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Aug 18, 2024
1 parent f127126 commit 7dd99eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinx_inlinecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import sys
import sphinx
import inspect
import functools

from pathlib import Path
from typing import Dict, Any
Expand All @@ -14,7 +13,7 @@
from pygments.lexers.python import PythonLexer


__version__ = "2.0.0"
__version__ = "2.0.1"
__author__ = 'Adam Korn <[email protected]>'


Expand Down

0 comments on commit 7dd99eb

Please sign in to comment.