Skip to content

Commit

Permalink
Bump to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittner committed Dec 2, 2020
1 parent e82ef8a commit 2f0cbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendrop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
import platform

__version__ = "0.12.1"
__version__ = "0.12.2"

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

0 comments on commit 2f0cbe1

Please sign in to comment.