Skip to content

Commit 2f9cdc9

Browse files
committed
Bump version number
1 parent b2b892e commit 2f9cdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendrop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
import platform
2323

24-
__version__ = "0.11.0"
24+
__version__ = "0.12.1"
2525

2626
if platform.system() == "Darwin":
2727
dyld_path = os.environ.get("DYLD_LIBRARY_PATH", "") # save old path

0 commit comments

Comments
 (0)