Compare commits
3 Commits
8d51eadee0
...
c409db6cc0
Author | SHA1 | Date | |
---|---|---|---|
c409db6cc0 | |||
a70360404d | |||
f4bfbf1f31 |
|
@ -1 +1 @@
|
|||
__version__ = '0.1.17'
|
||||
__version__ = '0.1.18'
|
||||
|
|
5
setup.py
5
setup.py
|
@ -24,7 +24,10 @@ 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