diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fe3eaa8..7f517911 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(imgui_bundle VERSION "0.6.6") # Remember to mirror changes to setup.py! +project(imgui_bundle VERSION "0.7.0") # Remember to mirror changes to setup.py! ############################################################################### diff --git a/setup.py b/setup.py index 83ad740f..3b89964b 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def get_imgui_bundle_packages() -> List[str]: setup( name="imgui-bundle", - version="0.6.6", # Remember to mirror changes on line 2 of main CMakeLists! + version="0.7.0", # Remember to mirror changes on line 2 of main CMakeLists! author="Pascal Thomet", author_email="pthomet@gmail.com", description="ImGui Bundle: easily create ImGui applications in Python and C++. Batteries included!",