Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jan 24, 2024
1 parent 8f78cd0 commit dcbb98e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
jobs:
post_create_environment:
- pip install pdm
Expand Down
3 changes: 1 addition & 2 deletions site.cfg.files/site.cfg.docker_seq
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include_dir =
library_dir =

[fftw3_mpi]
use = True
use = False
dir = ~/.local
include_dir =
library_dir =
Expand All @@ -27,4 +27,3 @@ use = True
dir = ~/.local
include_dir =
library_dir =

15 changes: 2 additions & 13 deletions src/fluidfft/_version.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
"""
Module where the version is written.
from importlib import metadata

It is executed in setup.py and imported in fluidfft/__init__.py.
See:
http://en.wikipedia.org/wiki/Software_versioning
http://legacy.python.org/dev/peps/pep-0386/
'a' or 'alpha' means alpha version (internal testing),
'b' or 'beta' means beta version (external testing).
"""
__version__ = "0.3.5"
__version__ = metadata.version(__package__)

0 comments on commit dcbb98e

Please sign in to comment.