sphinx-gp-opengraph 0.0.1a16.dev0__tar.gz → 0.0.1a16.dev2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sphinx-gp-opengraph
3
- Version: 0.0.1a16.dev0
3
+ Version: 0.0.1a16.dev2
4
4
  Summary: OpenGraph and Twitter meta-tag emission for Sphinx — matplotlib-free
5
5
  Project-URL: Repository, https://github.com/git-pull/gp-sphinx
6
6
  Author-email: Tony Narlock <tony@git-pull.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sphinx-gp-opengraph"
3
- version = "0.0.1a16.dev0"
3
+ version = "0.0.1a16.dev2"
4
4
  description = "OpenGraph and Twitter meta-tag emission for Sphinx — matplotlib-free"
5
5
  requires-python = ">=3.10,<4.0"
6
6
  authors = [
@@ -42,7 +42,7 @@ if t.TYPE_CHECKING:
42
42
  logger = logging.getLogger(__name__)
43
43
  logger.addHandler(logging.NullHandler())
44
44
 
45
- _EXTENSION_VERSION = "0.0.1a16.dev0"
45
+ _EXTENSION_VERSION = "0.0.1a16.dev2"
46
46
 
47
47
  DEFAULT_DESCRIPTION_LENGTH = 200
48
48