We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c628cea commit 1ca37ebCopy full SHA for 1ca37eb
2 files changed
CMakeLists.txt
@@ -61,7 +61,7 @@ else()
61
message(FATAL_ERROR "The conan_toolchain file could not be found: ${CONAN_TOOLCHAIN}")
62
endif()
63
64
-project(apngasm-python VERSION 1.3.1)
+project(apngasm-python VERSION 1.3.2)
65
set(PY_VERSION_SUFFIX "")
66
set(PY_FULL_VERSION ${PROJECT_VERSION}${PY_VERSION_SUFFIX})
67
src-python/apngasm_python/__init__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python3
2
"""apngasm-python"""
3
4
-__version__ = "1.3.1"
+__version__ = "1.3.2"
0 commit comments