diff --git a/scripts/version.py b/scripts/version.py index 0f278eb1..aeab2c8b 100644 --- a/scripts/version.py +++ b/scripts/version.py @@ -13,7 +13,7 @@ Lesser General Public License for more details. """ -VERSION = '2.29.2' +VERSION = '2.29.3' SO_VERSION_MAJOR = '36' SO_VERSION_MINOR = '0' SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR