ophinode 0.0.1a2__tar.gz → 0.0.1a3__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: ophinode
3
- Version: 0.0.1a2
3
+ Version: 0.0.1a3
4
4
  Summary: A static site generator written in Python
5
5
  Project-URL: Homepage, https://github.com/deflatedlatte/ophinode
6
6
  Project-URL: Issues, https://github.com/deflatedlatte/ophinode/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "ophinode"
7
- version = "0.0.1a2"
7
+ version = "0.0.1a3"
8
8
  authors = [
9
9
  { name="deflatedlatte", email="deflatedlatte@gmail.com" },
10
10
  ]
@@ -745,7 +745,7 @@ class ImageMapAreaElement(ClosedElement):
745
745
 
746
746
  Picture = PictureElement
747
747
  Source = SourceElement
748
- Image = ImageElement
748
+ Img = ImageElement
749
749
  IFrame = InlineFrameElement
750
750
  Iframe = InlineFrameElement
751
751
  Embed = EmbeddedContentElement
File without changes
File without changes
File without changes