Skip to content

Commit

Permalink
version 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Sep 15, 2023
1 parent a706a83 commit e42f069
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.8.7") # Remember to mirror changes to setup.py!
project(imgui_bundle VERSION "0.8.8") # 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 @@ -3,7 +3,7 @@
import sys
import os

VERSION = "0.8.7" # Remember to mirror changes on line 2 of main CMakeLists!
VERSION = "0.8.8" # 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"
Expand Down

0 comments on commit e42f069

Please sign in to comment.