We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b892e commit 2f9cdc9Copy full SHA for 2f9cdc9
opendrop/__init__.py
@@ -21,7 +21,7 @@
21
import os
22
import platform
23
24
-__version__ = "0.11.0"
+__version__ = "0.12.1"
25
26
if platform.system() == "Darwin":
27
dyld_path = os.environ.get("DYLD_LIBRARY_PATH", "") # save old path
0 commit comments