1
0

Compare commits

..

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

2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -24,10 +24,7 @@ Copyright (c) 2022-2024 Jon Michael Aanes
All rights reserved.
```"""
PACKAGE_DESCRIPTION_SHORT = (
'Utility for working with scheme+ld and other data-graph and semantic web formats.'
)
PACKAGE_DESCRIPTION_SHORT='Utility for working with scheme+ld and other data-graph and semantic web formats.'
def parse_version_file(text: str) -> str:
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)