From 26fcad05899334adacea38ca3cd0b2fbbdf44b11 Mon Sep 17 00:00:00 2001 From: spagadar Date: Tue, 28 Jan 2025 17:49:44 -0600 Subject: [PATCH] Version upgrade to v0.1.2 --- CMakeLists.txt | 2 +- bindings/python/genalyzer/__init__.py | 2 +- bindings/python/pyproject.toml | 2 +- doc/conf.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0cc5f6..385cff9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13.4) project( genalyzer - VERSION 0.1.1 + VERSION 0.1.2 LANGUAGES CXX C) set(BUILD_SHARED_LIBS diff --git a/bindings/python/genalyzer/__init__.py b/bindings/python/genalyzer/__init__.py index 14bc737..ef2f0fe 100644 --- a/bindings/python/genalyzer/__init__.py +++ b/bindings/python/genalyzer/__init__.py @@ -3,7 +3,7 @@ # SPDX short identifier: ADIBSD OR GPL-2.0-or-later """Python bindings for Genalyzer""" -__version__ = "0.1.1" +__version__ = "0.1.2" __author__ = "Analog Devices, Inc." diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 796a058..487c4da 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "genalyzer" -version = "0.1.1" +version = "0.1.2" dynamic = ["readme"] description = "Python bindings for genalyzer converter analysis library" license = {text = "ADI BSD"} diff --git a/doc/conf.py b/doc/conf.py index e223c98..f90db7e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,11 +23,11 @@ # -- Project information ----------------------------------------------------- project = "Genalyzer" -copyright = "2021, Analog Devices, Inc." +copyright = "2024-2025, Analog Devices, Inc." author = "Analog Devices, Inc." # The full version, including alpha/beta/rc tags -release = "v0.1.1" +release = "v0.1.2" # -- General configuration ---------------------------------------------------