Skip to content

Commit

Permalink
adding build to .gitingore + release
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Mar 16, 2023
1 parent acb8c79 commit 9b882a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
*.grib
*.nc
cdsapi.egg-info
build/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding="utf-8").read()


version = "0.6.0"
version = "0.6.1"


setuptools.setup(
Expand Down

0 comments on commit 9b882a8

Please sign in to comment.