Skip to content

Commit

Permalink
setup: Bumped version: 0.1.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Jul 31, 2019
1 parent 346b0ef commit 3b3458f
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
Expand Up @@ -11,7 +11,7 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.1)
cmake_policy(SET CMP0054 NEW)
endif()

project(GLAD VERSION 0.1.31 LANGUAGES C)
project(GLAD VERSION 0.1.32 LANGUAGES C)

set(GLAD_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
find_package(PythonInterp REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion glad/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__version__ = '0.1.31'
__version__ = '0.1.32'

0 comments on commit 3b3458f

Please sign in to comment.