Skip to content

Commit

Permalink
Bump version (#81)
Browse files Browse the repository at this point in the history
This patch bumps version to 1.1.1
  • Loading branch information
ybubnov authored Aug 23, 2024
1 parent 0096c67 commit 8080e4a
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 @@ -9,7 +9,7 @@ find_package(Torch CONFIG REQUIRED)
enable_testing()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS}")
set(torch_geopooling_LIBRARY_VERSION "1.1.0")
set(torch_geopooling_LIBRARY_VERSION "1.1.1")
set(torch_geopooling_LIBRARY_SOVERSION "1")


Expand Down
2 changes: 1 addition & 1 deletion torch_geopooling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from typing import Final

__version__: Final[str] = "1.1.0"
__version__: Final[str] = "1.1.1"

0 comments on commit 8080e4a

Please sign in to comment.