Skip to content

Commit 2ba8982

Browse files
committed
Update version to v1.0.2
1 parent 81ae89a commit 2ba8982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'noterools',
3-
version: '1.0.1',
3+
version: '1.0.2',
44
license: 'BSD-3',
55
meson_version: '>=0.64.0',
66
default_options: ['warning_level=2'],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["meson-python"]
44

55
[project]
66
name = "noterools"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
readme = "README.md"
99
license = { text = "GPL-3.0-or-later" }
1010
requires-python = '>=3.10'

0 commit comments

Comments
 (0)