Skip to content

Commit

Permalink
setup: Bumped version: 0.1.29.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Feb 3, 2019
1 parent 8866ebb commit 6d1f1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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.28 LANGUAGES C)
project(GLAD VERSION 0.1.29 LANGUAGES C)


set(GLAD_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion glad/__init__.py
@@ -1,3 +1,3 @@

__version__ = '0.1.28'
__version__ = '0.1.29'

0 comments on commit 6d1f1fe

Please sign in to comment.