1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
d7816dd3a7 🤖 Bumped version to 0.1.19
All checks were successful
Package Python / Package (push) Successful in 25s
Test Python / Test (push) Successful in 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-16 22:19:42 +02:00
55e0b7f859 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-16 22:18:13 +02:00
77bde304e3 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-16 22:15:42 +02:00
2 changed files with 4 additions and 5 deletions

View File

@ -24,11 +24,10 @@ Used by one-page-internet.
Copyright (c) 2022-2024 Jon Michael Aanes
All rights reserved.
```"""
```""".strip()
PACKAGE_DESCRIPTION_SHORT = (
'Python library for parsing and processing URLs of Social Media Sites.'
)
PACKAGE_DESCRIPTION_SHORT = """
Python library for parsing and processing URLs of Social Media Sites.""".strip()
def parse_version_file(text: str) -> str:

View File

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