Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittner committed Apr 29, 2021
1 parent df221b0 commit cbc7ca4
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.3"
__version__ = "0.13.0"

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

0 comments on commit cbc7ca4

Please sign in to comment.