We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5d873 commit f06f0ccCopy full SHA for f06f0cc
meson.build
@@ -2,7 +2,7 @@
2
project(
3
'pandas',
4
'c', 'cpp', 'cython',
5
- version: run_command(['generate_version.py', '--print'], check: true).stdout().strip(),
+ version: '2.3.0',
6
license: 'BSD-3',
7
meson_version: '>=1.2.1',
8
default_options: [
0 commit comments