Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittner committed Dec 2, 2020
1 parent b2b892e commit 2f9cdc9
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.11.0"
__version__ = "0.12.1"

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

0 comments on commit 2f9cdc9

Please sign in to comment.