-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeroen van der Heijden
committed
Oct 22, 2016
1 parent
ec0e3fc
commit db56921
Showing
5 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
from .lib.client import SiriDBClient | ||
|
||
|
||
__version_info__ = (2, 0, 2) | ||
__version_info__ = (2, 0, 3) | ||
__version__ = '.'.join(map(str, __version_info__)) | ||
__maintainer__ = 'Jeroen van der Heijden' | ||
__email__ = '[email protected]' | ||
|
@@ -20,7 +20,6 @@ | |
'SiriDBProtocol', | ||
] | ||
|
||
|
||
class SiriDBProtocol(_SiriDBProtocol): | ||
|
||
def on_connection_made(self): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters