Skip to content

Commit

Permalink
minor version number up
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 19, 2011
1 parent b76ff86 commit 6b6805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebirdsql/fbcore.py
Expand Up @@ -23,7 +23,7 @@ def bs(byte_array):
return ''.join([chr(c) for c in byte_array])

DEBUG = False
__version__ = '0.4.3'
__version__ = '0.4.4'
apilevel = '2.0'
threadsafety = 1
paramstyle = 'qmark'
Expand Down

0 comments on commit 6b6805f

Please sign in to comment.