diff --git a/CMakeLists.txt b/CMakeLists.txt index 48ba557..889e4c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.8) -project(nameof VERSION "0.9.0" LANGUAGES CXX) +project(nameof VERSION "0.9.1" LANGUAGES CXX) include(${CMAKE_BINARY_DIR}/conan_paths.cmake OPTIONAL) diff --git a/conanfile.py b/conanfile.py index 196a131..2246885 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ from conans.errors import ConanInvalidConfiguration class NameofConan(ConanFile): name = "nameof" - version = "0.9.0" + version = "0.9.1" description = "Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum." topics = ( "conan",