From 95bd988f1f9c19ee6b9c97d872eb2db4208f2c0f Mon Sep 17 00:00:00 2001 From: Neriya Cohen Date: Mon, 9 Feb 2026 21:58:51 +0200 Subject: [PATCH] Bump version to 1.2.0 in meson.build and __init__.py --- meson.build | 2 +- src/extype/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index ea47c21..b585cb8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('extype', 'cpp', - version: '1.1.1', + version: '1.2.0', default_options: [ 'buildtype=release', 'c_std=c17', diff --git a/src/extype/__init__.py b/src/extype/__init__.py index a014626..1198eec 100644 --- a/src/extype/__init__.py +++ b/src/extype/__init__.py @@ -1,3 +1,3 @@ from .extension_utils import extension, extend_type_with -__version__ = "1.1.1" \ No newline at end of file +__version__ = "1.2.0" \ No newline at end of file