1
0

Compare commits

..

No commits in common. "4f46e8a7555b03bb0afc8819ece35bb1dc83d96c" and "b01f7f59457bd7db9929b4bd7b2b6fc528549c3f" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -41,10 +41,7 @@ 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)