Compare commits
3 Commits
c409db6cc0
...
e340013a92
Author | SHA1 | Date | |
---|---|---|---|
e340013a92 | |||
c9ad784285 | |||
90cfa0c900 |
|
@ -1 +1 @@
|
|||
__version__ = '0.1.18'
|
||||
__version__ = '0.1.19'
|
||||
|
|
7
setup.py
7
setup.py
|
@ -22,11 +22,10 @@ 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.'
|
||||
)
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
Utility for working with scheme+ld and other data-graph and semantic web formats.""".strip()
|
||||
|
||||
|
||||
def parse_version_file(text: str) -> str:
|
||||
|
|
Loading…
Reference in New Issue
Block a user