Skip to content

Commit

Permalink
Release version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jul 18, 2023
1 parent cdc0a78 commit 9d4db38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -102,4 +102,4 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TEST)

enable_testing()
add_subdirectory(tests)
endif ()
endif ()
2 changes: 1 addition & 1 deletion bindings/python/quokka/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9d4db38

Please sign in to comment.