Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 10, 2023
1 parent 23d788e commit 3ff006f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ else()
message(WARNING "The conan_toolchain file could not be found: ${CONAN_TOOLCHAIN}")
endif()

project(apngasm-python VERSION 1.0.6)
project(apngasm-python VERSION 1.0.7)
set(PY_VERSION_SUFFIX "")
set(PY_FULL_VERSION ${PROJECT_VERSION}${PY_VERSION_SUFFIX})

Expand Down
2 changes: 1 addition & 1 deletion src-python/apngasm_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'''apngasm-python'''
__version__ = '1.0.6'
__version__ = '1.0.7'

from .apngasm import APNGAsmBinder

0 comments on commit 3ff006f

Please sign in to comment.