Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Mar 8, 2022
1 parent 954a5b8 commit 3347e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: |
pip install twine build git+https://gitlab.com/tschoonj/mesonpep517@dump-pep425tags
pip install --upgrade twine build ninja hotdoc git+https://gitlab.com/tschoonj/mesonpep517@dump-pep425tags
python -m build .
- name: Publish on PyPi
env:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'py_tsyganenko',
'cpp', 'c', 'fortran',
version : '0.1.2',
version : '0.1.3',
default_options : ['warning_level=2', 'cpp_std=c++17', 'fortran_std=legacy'],
license : 'GPL3'
)
Expand Down

0 comments on commit 3347e6c

Please # to comment.