Skip to content

Commit

Permalink
Bump version of the project to 1.0.1 (#68)
Browse files Browse the repository at this point in the history
This patch bumps version of the library to 1.0.1
  • Loading branch information
ybubnov authored Aug 10, 2024
1 parent 21ccd71 commit f521d60
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.0.0")
set(torch_geopooling_LIBRARY_VERSION "1.0.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.0.0"
__version__: Final[str] = "1.0.1"

0 comments on commit f521d60

Please sign in to comment.