From fd53f1e723500fe16b440a7648037618e6578703 Mon Sep 17 00:00:00 2001 From: neargye Date: Wed, 2 Oct 2019 18:37:50 +0500 Subject: [PATCH] v0.9.1 --- CMakeLists.txt | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",