1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
4f46e8a755 🤖 Bumped version to 0.3.2
Some checks failed
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Failing after 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-15 00:30:55 +02:00
98d1b1bf59 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 23:40:32 +02:00
5b34be2ac1 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 23:39:53 +02:00
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

View File

@ -41,7 +41,10 @@ this stuff is worth it, you can buy me a beer in return.
Jon Michael Aanes
```"""
PACKAGE_DESCRIPTION_SHORT='Simple interpreter and stack tracer for the AMD x86-64 ABI.'
PACKAGE_DESCRIPTION_SHORT = (
'Simple interpreter and stack tracer for the AMD x86-64 ABI.'
)
def parse_version_file(text: str) -> str:
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)