diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a828b9..be5feee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif () project(quokka DESCRIPTION "Quokka: A Fast and Accurate Binary Exporter" - VERSION 0.5.1 + VERSION 0.5.2 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) @@ -102,4 +102,4 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TEST) enable_testing() add_subdirectory(tests) -endif () \ No newline at end of file +endif () diff --git a/bindings/python/quokka/version.py b/bindings/python/quokka/version.py index 0e38828..65a1522 100644 --- a/bindings/python/quokka/version.py +++ b/bindings/python/quokka/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.1" +__version__ = "0.5.2"