File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set (FESAPI_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
1313# version mechanism
1414set (Fesapi_VERSION_MAJOR 2)
1515set (Fesapi_VERSION_MINOR 13)
16- set (Fesapi_VERSION_PATCH 0 )
16+ set (Fesapi_VERSION_PATCH 1 )
1717set (Fesapi_VERSION_TWEAK 0)
1818
1919set (Fesapi_VERSION ${Fesapi_VERSION_MAJOR} .${Fesapi_VERSION_MINOR} .${Fesapi_VERSION_PATCH} .${Fesapi_VERSION_TWEAK} )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers=[
2929 'Programming Language :: Python :: 3.12',
3030 'Topic :: Software Development',
3131 'Topic :: Software Development :: Libraries',
32- 'Topic :: Software Development :: Libraries :: Application Frameworks ',
32+ 'Topic :: Software Development :: Libraries :: Application Frameworks',
3333 'Topic :: File Formats',
3434]
3535keywords = [
You can’t perform that action at this time.
0 commit comments