Skip to content

Commit

Permalink
Attempt abide PEP440 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Nov 24, 2016
1 parent e718144 commit f6b2a37
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-test-01"
self.__version__ = "0.6.8.dev1"
self.__qt_version__ = "0.0.0"
self.__binding__ = "None"
self.__binding_version__ = "0.0.0"
Expand Down

0 comments on commit f6b2a37

Please sign in to comment.