Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 14, 2022
1 parent 1e535d4 commit 6e5f29b
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
@@ -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!


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="ImGui Bundle: easily create ImGui applications in Python and C++. Batteries included!",
Expand Down

0 comments on commit 6e5f29b

Please sign in to comment.