Skip to content

Commit d615e0b

Browse files
committed
fix package version number
1 parent fd00005 commit d615e0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'PnetCDF Python'
1010
copyright = '2023, CUCIS'
1111
author = 'CUCIS'
12-
release = '0.0.3'
12+
release = '0.1.0'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/installation/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ you can use pip:
1111

1212
.. code-block:: bash
1313
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
1515
1616
1717
Install from Source

src/pncpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# init for pncpy. package
22
# Docstring comes from extension module _PnetCDF.
3-
__version__ = "0.0.3"
3+
__version__ = "0.1.0"
44
from ._File import *
55
from ._Dimension import *
66
from ._Variable import *

0 commit comments

Comments
 (0)