Skip to content

Commit

Permalink
v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Nov 8, 2023
1 parent 0fff194 commit f135e29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ respective missing value.

## Release Notes

### 2.2.2 (2023-11-08)
### 2.2.3 (2023-11-08)

- Added option for splitting output into multiple files by vertical grid used.
- Improved documentation and manual page.
Expand Down
2 changes: 1 addition & 1 deletion mrr2c.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH mrr2c 1 2023-11-08 "mrr2c 2.2.2"
.TH mrr2c 1 2023-11-08 "mrr2c 2.2.3"
.
.SH NAME
mrr2c \- convert Metek MRR-2 data files to NetCDF
Expand Down
2 changes: 1 addition & 1 deletion mrr2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import ds_format as ds
import aquarius_time as aq

__version__ = '2.2.2'
__version__ = '2.2.3'

NA_INT64 = -9223372036854775808

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='mrr2c',
version='2.2.2',
version='2.2.3',
packages=find_packages(),
py_modules=['mrr2c'],
entry_points={
Expand Down

0 comments on commit f135e29

Please sign in to comment.