Skip to content

Commit

Permalink
revision number up
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jun 15, 2012
1 parent 6b5b8e2 commit e6eb13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebirdsql/fbcore.py
Expand Up @@ -39,7 +39,7 @@ def setcloexec(sock):
fcntl.fcntl(fd, fcntl.F_SETFD, flags | fcntl.FD_CLOEXEC) fcntl.fcntl(fd, fcntl.F_SETFD, flags | fcntl.FD_CLOEXEC)




__version__ = '0.6.6' __version__ = '0.7.0'
apilevel = '2.0' apilevel = '2.0'
threadsafety = 1 threadsafety = 1
paramstyle = 'qmark' paramstyle = 'qmark'
Expand Down

0 comments on commit e6eb13a

Please sign in to comment.