Skip to content

Commit

Permalink
revision number up
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 7, 2015
1 parent a9a6570 commit 7792e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebirdsql/fbcore.py
Expand Up @@ -20,7 +20,7 @@
from firebirdsql.wireprotocol import WireProtocol, INFO_SQL_SELECT_DESCRIBE_VARS
from firebirdsql.socketstream import SocketStream
from firebirdsql.xsqlvar import XSQLVAR, calc_blr, parse_select_items, parse_xsqlda
__version__ = '0.9.8'
__version__ = '0.9.9'
apilevel = '2.0'
threadsafety = 1
paramstyle = 'qmark'
Expand Down

0 comments on commit 7792e36

Please sign in to comment.