From 0900673d29597106da59b3a2a9e09bb8a0a28357 Mon Sep 17 00:00:00 2001 From: Dieter Baron Date: Fri, 19 Apr 2024 15:30:02 +0200 Subject: [PATCH] Bump version. --- CMakeLists.txt | 2 +- nihtest/__main__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3822faa..265a102 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) # Also update version in nihtest/__main__.py and pyproject.toml project(nihtest - VERSION 1.6.0 + VERSION 1.7.0 DESCRIPTION "NiH testing framework" HOMEPAGE_URL "https://github.com/nih-at/nihtest" LANGUAGES C) diff --git a/nihtest/__main__.py b/nihtest/__main__.py index 553ff39..2dd7749 100644 --- a/nihtest/__main__.py +++ b/nihtest/__main__.py @@ -4,7 +4,7 @@ from nihtest import Test from nihtest import Configuration -VERSION = "1.6.0" +VERSION = "1.7.0" def main(): diff --git a/pyproject.toml b/pyproject.toml index e971bb6..7867fb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nihtest" -version = "1.6.0" +version = "1.7.0" authors = [ { name="Dieter Baron", email="dillo@nih.at" }, { name="Thomas Klausner", email="wiz@gatalith.at"} @@ -30,7 +30,7 @@ dependencies = [ nihtest = "nihtest.__main__:main" [tool.bumpver] -current_version = "1.6.0" +current_version = "1.7.0" version_pattern = "MAJOR.MINOR.PATCH" [tool.bumpver.file_patterns]