From a4fb897887daa22ce8fad6dbcb80857d688fd254 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Wed, 7 Jun 2023 17:25:58 +0200 Subject: [PATCH] Version 0.8.7 --- CMakeLists.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a84392e1..b5243b05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(imgui_bundle VERSION "0.8.6") # Remember to mirror changes to setup.py! +project(imgui_bundle VERSION "0.8.7") # Remember to mirror changes to setup.py! ############################################################################### diff --git a/setup.py b/setup.py index 43d5ca9e..bfbd6f24 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys import os -VERSION = "0.8.6" # Remember to mirror changes on line 2 of main CMakeLists! +VERSION = "0.8.7" # Remember to mirror changes on line 2 of main CMakeLists! THIS_DIR = os.path.dirname(__file__) ROOT_PACKAGE_FOLDER = "bindings/imgui_bundle" ROOT_PACKAGE_NAME = "imgui_bundle"