Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Oct 10, 2016
1 parent 67e34d5 commit a7e8fbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

self = sys.modules[__name__]

self.__version__ = "0.6.0"
self.__version__ = "0.6.1"

self.__added__ = list() # All unique members of Qt.py
self.__remapped__ = list() # Members copied from elsewhere
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
from setuptools import setup

os.environ["QT_PREFERRED_BINDING"] = "None"
Expand Down

0 comments on commit a7e8fbb

Please sign in to comment.