Skip to content

Commit bc7813b

Browse files
committed
Bump version
1 parent 8a9bd1f commit bc7813b

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.12.2"
24+
__version__ = "0.12.3"
2525

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

0 commit comments

Comments
 (0)