Skip to content

Commit b44227e

Browse files
committed
set version number to 1.0.0, preparing for a new release
1 parent 356e8c5 commit b44227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pnetcdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# init for pnetcdf. package
99
# Docstring comes from extension module _PnetCDF.
10-
__version__ = "0.1.0"
10+
__version__ = "1.0.0"
1111
from ._File import *
1212
from ._Dimension import *
1313
from ._Variable import *

0 commit comments

Comments
 (0)