Skip to content

Commit

Permalink
Use existing __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 15, 2016
1 parent 6514490 commit 265d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import os

# Version of QtPy
__version__ = "1.1.dev0"
from qtpy._version import __version__

#: Qt API environment variable name
QT_API = 'QT_API'
Expand Down

0 comments on commit 265d990

Please sign in to comment.