Skip to content

Commit

Permalink
Bump dev version (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Nov 24, 2016
1 parent f6b2a37 commit 62f4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
self.__modified__ = list() # Existing members modified in some way

# Below members are set dynamically on import relative the original binding.
self.__version__ = "0.6.8.dev1"
self.__version__ = "0.6.8.dev2"
self.__qt_version__ = "0.0.0"
self.__binding__ = "None"
self.__binding_version__ = "0.0.0"
Expand Down

0 comments on commit 62f4eb4

Please sign in to comment.