Skip to content

Commit

Permalink
Bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittner committed Dec 19, 2019
1 parent 56e5a09 commit f4f47c4
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.10.3'
__version__ = '0.11.0'

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

0 comments on commit f4f47c4

Please sign in to comment.