python: bump SOVERSION to 5

Otherwise hilarity ensues when the python bindings try to use the new
API against the old shared library.
This commit is contained in:
David Bremner 2017-03-22 09:19:02 -03:00
parent 242d5a3ed5
commit a35040eec7

View file

@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.24'
SOVERSION = '4'
SOVERSION = '5'