Skip to content

Commit e21ecf1

Browse files
authored
Release 0.3.1 with requirements fix (#79)
1 parent e47b1e6 commit e21ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_tags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from sphinx.util.matching import get_matching_files
1414
from sphinx.util.rst import textwidth
1515

16-
__version__ = "0.3.0"
16+
__version__ = "0.3.1"
1717

1818
logger = getLogger("sphinx-tags")
1919

0 commit comments

Comments
 (0)