Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 22, 2023
1 parent c213055 commit ef255c4
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(FATAL_ERROR "The conan_toolchain file could not be found: ${CONAN_TOOLCHAIN}")
endif()

project(apngasm-python VERSION 1.0.9)
project(apngasm-python VERSION 1.1.0)
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,2 +1,2 @@
'''apngasm-python'''
__version__ = '1.0.9'
__version__ = '1.1.0'

0 comments on commit ef255c4

Please sign in to comment.