From e2bf2fa96d4a8d8f809d976a3b725426f9625c2a Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 23 Feb 2024 18:45:18 -0500 Subject: [PATCH] Bump version to 0.17-pre. --- CMakeLists.txt | 2 +- korman/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe3a6bb..74a6351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12) set(_PROJECT_INFO korman - VERSION 0.16 + VERSION 0.17 DESCRIPTION "Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine." LANGUAGES CXX # This should probably be NONE, but we need the compiler for string_theory tests ) diff --git a/korman/__init__.py b/korman/__init__.py index 69e3dcc..c619cd0 100644 --- a/korman/__init__.py +++ b/korman/__init__.py @@ -23,10 +23,11 @@ from . import operators bl_info = { "name": "Korman", "author": "Guild of Writers", - "version": (0, 16), + "version": (0, 17), "blender": (2, 79, 0), "location": "File > Import-Export", "description": "Exporter for Cyan Worlds' Plasma Engine", + "warning": "pre-release", "category": "System", }