Skip to content

Commit f7ff62d

Browse files
committed
refactor: update version extraction command and bump package versions
1 parent 5c33913 commit f7ff62d

File tree

3 files changed

+29
-20
lines changed

3 files changed

+29
-20
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ clean-cov:
5353

5454
# update version in meson.build
5555
version:
56-
meson rewrite kwargs set project / version $({{ python }} scripts/extract_version.py)
56+
{{ python }} scripts/extract_version.py --update
5757
{{ python }} scripts/build_stubs.py
5858

5959
# run pre-commit checks

meson.build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# replace the version by running:
22
# meson rewrite kwargs set project / version $(python scripts/extract_version.py)
33
project(
4-
'pymmcore-nano',
5-
'cpp',
6-
version: '11.10.0.74.0',
7-
meson_version: '>=1.4.0',
8-
default_options: ['cpp_std=c++17'],
4+
'pymmcore-nano',
5+
'cpp',
6+
version : '11.10.0.74.0',
7+
meson_version : '>=1.4.0',
8+
default_options : ['cpp_std=c++17']
99
)
1010

1111
if host_machine.system() == 'darwin'

uv.lock

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)