We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9cef6 commit 064ad20Copy full SHA for 064ad20
2 files changed
README.rst
@@ -44,6 +44,11 @@ Changelog
44
- nothing
45
46
47
+**v0.2.1**
48
+
49
+- Add manifest for schema files
50
51
52
**v0.2.0**
53
54
- Update to GRG v4.1
grg_grgdata/__init__.py
@@ -1,7 +1,7 @@
1
"""a package for reading and writing of grid data files"""
2
3
# note this is the software version, not the data specification version.
4
-__version__ = '0.2.0'
+__version__ = '0.2.1'
5
6
# import standard entry points to the code
7
from grg_grgdata import io
0 commit comments