Skip to content

Commit 1ca37eb

Browse files
committed
1.3.2
1 parent c628cea commit 1ca37eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ else()
6161
message(FATAL_ERROR "The conan_toolchain file could not be found: ${CONAN_TOOLCHAIN}")
6262
endif()
6363

64-
project(apngasm-python VERSION 1.3.1)
64+
project(apngasm-python VERSION 1.3.2)
6565
set(PY_VERSION_SUFFIX "")
6666
set(PY_FULL_VERSION ${PROJECT_VERSION}${PY_VERSION_SUFFIX})
6767

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python3
22
"""apngasm-python"""
33

4-
__version__ = "1.3.1"
4+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)