File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
project = 'PnetCDF Python'
10
10
copyright = '2023, CUCIS'
11
11
author = 'CUCIS'
12
- release = '0.0.3 '
12
+ release = '0.1.0 '
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ you can use pip:
11
11
12
12
.. code-block :: bash
13
13
14
- $ CC=mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pncpy==0.0.3
14
+ $ CC=mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pncpy
15
15
16
16
17
17
Install from Source
Original file line number Diff line number Diff line change 1
1
# init for pncpy. package
2
2
# Docstring comes from extension module _PnetCDF.
3
- __version__ = "0.0.3 "
3
+ __version__ = "0.1.0 "
4
4
from ._File import *
5
5
from ._Dimension import *
6
6
from ._Variable import *
You can’t perform that action at this time.
0 commit comments