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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: content-types
3
- Version: 0.2.1
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
@@ -2,7 +2,7 @@ import sys
2
2
  from pathlib import Path
3
3
  from typing import Dict
4
4
 
5
- __VERSION__ = '0.2.1'
5
+ __VERSION__ = '0.2.2'
6
6
 
7
7
  # This dictionary maps file extensions (no dot) to the most specific content type.
8
8
 
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.1" # You can manage version bumps manually or use a plugin for dynamic versioning
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