Version 0.1.2!
This commit is contained in:
parent
f7de27d334
commit
5bd0d36689
|
@ -7,7 +7,7 @@ from .head import Head
|
||||||
from .opml import OPML
|
from .opml import OPML
|
||||||
from .outline import Outline
|
from .outline import Outline
|
||||||
|
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.1.2"
|
||||||
|
|
||||||
# Export everything at the top-level.
|
# Export everything at the top-level.
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "opyml"
|
||||||
description = "OPML library for Python."
|
description = "OPML library for Python."
|
||||||
repository = "https://git.bauke.xyz/Holllo/opyml"
|
repository = "https://git.bauke.xyz/Holllo/opyml"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["Holllo <helllo@holllo.cc>"]
|
authors = ["Holllo <helllo@holllo.cc>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue