Version 0.1.2!

This commit is contained in:
Bauke 2022-09-25 23:44:31 +02:00
parent f7de27d334
commit 5bd0d36689
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from .head import Head
from .opml import OPML
from .outline import Outline
__version__ = "0.1.1"
__version__ = "0.1.2"
# Export everything at the top-level.
__all__ = [

View File

@ -3,7 +3,7 @@ name = "opyml"
description = "OPML library for Python."
repository = "https://git.bauke.xyz/Holllo/opyml"
license = "MIT OR Apache-2.0"
version = "0.1.1"
version = "0.1.2"
authors = ["Holllo <helllo@holllo.cc>"]
readme = "README.md"