1
0

Compare commits

..

No commits in common. "e340013a9270d4cc5d209d1f632112aebdf6b7d2" and "c409db6cc063e2aa8cfc9f0b23b6b6872f1128fe" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
__version__ = '0.1.19'
__version__ = '0.1.18'

View File

@ -22,10 +22,11 @@ Utility for working with scheme+ld and other data-graph and semantic web formats
Copyright (c) 2022-2024 Jon Michael Aanes
All rights reserved.
```""".strip()
```"""
PACKAGE_DESCRIPTION_SHORT = """
Utility for working with scheme+ld and other data-graph and semantic web formats.""".strip()
PACKAGE_DESCRIPTION_SHORT = (
'Utility for working with scheme+ld and other data-graph and semantic web formats.'
)
def parse_version_file(text: str) -> str: