We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ae89a commit 2ba8982Copy full SHA for 2ba8982
meson.build
@@ -1,6 +1,6 @@
1
project(
2
'noterools',
3
- version: '1.0.1',
+ version: '1.0.2',
4
license: 'BSD-3',
5
meson_version: '>=0.64.0',
6
default_options: ['warning_level=2'],
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["meson-python"]
[project]
name = "noterools"
7
-version = "1.0.1"
+version = "1.0.2"
8
readme = "README.md"
9
license = { text = "GPL-3.0-or-later" }
10
requires-python = '>=3.10'
0 commit comments