Compare commits
No commits in common. "c409db6cc063e2aa8cfc9f0b23b6b6872f1128fe" and "8d51eadee059a07fb652e146cc2d150a57c22c3a" have entirely different histories.
c409db6cc0
...
8d51eadee0
|
@ -1 +1 @@
|
|||
__version__ = '0.1.18'
|
||||
__version__ = '0.1.17'
|
||||
|
|
5
setup.py
5
setup.py
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user