Skip to content

Commit

Permalink
0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blizhan committed Jan 6, 2023
1 parent 9a19e41 commit 14f4eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CDO (Climate data operator) is a high-efficient command line tool for climate an
## Install
Install via pip
```shell
pip install pycdoexpr==0.0.1
pip install pycdoexpr==0.0.2
```

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

setup(
name="pycdoexpr",
version="0.0.1",
version="0.0.2",
author="blizhan",
author_email="[email protected]",
description="A Python package helps to generate complicated cdo expr(computing expression) in pythonic way",
Expand Down

0 comments on commit 14f4eec

Please sign in to comment.