Bump version.

This commit is contained in:
Jonathan Moore Liles 2021-01-27 17:45:29 -08:00
parent 2b8d732643
commit 720d8d3320
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import sys
FL_MAJOR_VERSION='1'
FL_MINOR_VERSION='3'
FL_PATCH_VERSION='1000'
FL_PATCH_VERSION='1001'
PACKAGE_VERSION = FL_MAJOR_VERSION + '.' + FL_MINOR_VERSION + '.' + FL_PATCH_VERSION