Skip to content

Commit 4f41ae6

Browse files
committed
Bump version to v0.1.2
1 parent 0c83ca0 commit 4f41ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clr_loader/util/find.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def find_libmono(sgen: bool = True) -> str:
5959
path = (
6060
"/Library/Frameworks/Mono.framework/Versions/"
6161
"Current"
62-
f"/lib/libmono{unix_name}.dylib"
62+
f"/lib/lib{unix_name}.dylib"
6363
)
6464

6565
else:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def finalize_options(self):
5555

5656
setup(
5757
name="clr_loader",
58-
version="0.1.1",
58+
version="0.1.2",
5959
description="Generic pure Python loader for .NET runtimes",
6060
author="Benedikt Reinartz",
6161
author_email="[email protected]",

0 commit comments

Comments
 (0)