Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed May 22, 2021
1 parent 8bbcebe commit 551ede5
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 @@ -22,7 +22,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git"
else()
set(LIEF_VERSION_MAJOR "0")
set(LIEF_VERSION_MINOR "11")
set(LIEF_VERSION_PATCH "4")
set(LIEF_VERSION_PATCH "5")
endif()

# LIEF Project
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def get_pkg_info_version(pkg_info_file):


def get_version() -> str:
version = "0.11.4"
version = "0.11.5"
pkg_info = os.path.join(CURRENT_DIR, "{}.egg-info".format(PACKAGE_NAME), "PKG-INFO")
git_dir = os.path.join(CURRENT_DIR, ".git")
if os.path.isdir(git_dir):
Expand Down

0 comments on commit 551ede5

Please sign in to comment.