Skip to content

Commit

Permalink
Version upgrade to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthPagadarai committed Jan 28, 2025
1 parent d0cf001 commit f9f0cd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/genalyzer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."


Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 OR GPL-2.0-or-later"}
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit f9f0cd0

Please sign in to comment.