Skip to content

Commit 8d035c1

Browse files
authored
Merge pull request #36 from xpodev/v1.2.0
Bump version to 1.2.0 in meson.build and __init__.py
2 parents bc9ed38 + 95bd988 commit 8d035c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('extype',
22
'cpp',
3-
version: '1.1.1',
3+
version: '1.2.0',
44
default_options: [
55
'buildtype=release',
66
'c_std=c17',

src/extype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .extension_utils import extension, extend_type_with
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)