Skip to content

Commit a96a2ab

Browse files
committed
bump to 0.6.1
1 parent ddc0299 commit a96a2ab

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
choco install cmake --version=3.31.5 --allow-downgrade -y --no-progress
4343
choco install -y --no-progress --stoponfirstfailure pkgconfiglite
4444
echo "PKG_CONFIG_PATH=C:/mingw64/lib/pkgconfig" >> $GITHUB_ENV
45-
# echo "C:/msys64/mingw64/bin" >> $GITHUB_PATH
4645
4746
- name: Build wheels
4847
uses: pypa/cibuildwheel@v3.4.1

meson.build

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'odrpack',
33
['cpp', 'fortran'],
4-
version : '0.6.0',
4+
version : '0.6.1',
55
meson_version: '>=1.5.0',
66
default_options: [
77
'buildtype=release',
@@ -10,9 +10,6 @@ project(
1010
],
1111
)
1212

13-
# compilers
14-
# add_languages('fortran', native: false)
15-
1613
# python
1714
python = import('python').find_installation(pure: false)
1815
python_dep = python.dependency()

0 commit comments

Comments
 (0)