Compare commits
No commits in common. "4f46e8a7555b03bb0afc8819ece35bb1dc83d96c" and "b01f7f59457bd7db9929b4bd7b2b6fc528549c3f" have entirely different histories.
4f46e8a755
...
b01f7f5945
|
@ -1 +1 @@
|
|||
__version__ = '0.3.2'
|
||||
__version__ = '0.3.1'
|
||||
|
|
5
setup.py
5
setup.py
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user