content-types 0.2.1__tar.gz → 0.2.2__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.
- {content_types-0.2.1 → content_types-0.2.2}/PKG-INFO +1 -1
- {content_types-0.2.1 → content_types-0.2.2}/content_types/__init__.py +1 -1
- content_types-0.2.2/content_types/py.typed +0 -0
- {content_types-0.2.1 → content_types-0.2.2}/pyproject.toml +1 -1
- {content_types-0.2.1 → content_types-0.2.2}/.gitignore +0 -0
- {content_types-0.2.1 → content_types-0.2.2}/LICENSE +0 -0
- {content_types-0.2.1 → content_types-0.2.2}/README.md +0 -0
- {content_types-0.2.1 → content_types-0.2.2}/ruff.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: content-types
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: A library to map file extensions to content types and vice versa.
|
|
5
5
|
Project-URL: Homepage, https://github.com/mikeckennedy/content-types
|
|
6
6
|
Project-URL: Bug Reports, https://github.com/mikeckennedy/content-types/issues
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "content-types"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2" # You can manage version bumps manually or use a plugin for dynamic versioning
|
|
8
8
|
description = "A library to map file extensions to content types and vice versa."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|