mkdocs-ultralytics-plugin 0.0.3__tar.gz → 0.0.4__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.1
2
2
  Name: mkdocs-ultralytics-plugin
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: An MkDocs plugin that generates meta description and image tags based on the first paragraph and the first image in a page
5
5
  Author: Ultralytics
6
6
  Author-email: hello@ultralytics.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mkdocs-ultralytics-plugin
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: An MkDocs plugin that generates meta description and image tags based on the first paragraph and the first image in a page
5
5
  Author: Ultralytics
6
6
  Author-email: hello@ultralytics.com
@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
10
10
 
11
11
  setup(
12
12
  name='mkdocs-ultralytics-plugin',
13
- version='0.0.3',
13
+ version='0.0.4',
14
14
  description='An MkDocs plugin that generates meta description and image tags based on the first paragraph and the '
15
15
  'first image in a page',
16
16
  author='Ultralytics',