Skip to content

Commit

Permalink
🚀 RELEASE: v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Aug 13, 2021
1 parent c456b9d commit 6930a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING

__version__ = "0.0.11"
__version__ = "0.0.12"

if TYPE_CHECKING:
from sphinx.application import Sphinx
Expand Down

0 comments on commit 6930a00

Please sign in to comment.