Skip to content

Commit

Permalink
Move to v0.1.17, to Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Sep 20, 2024
1 parent e48ab55 commit 88ff363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ What's New
|pypi dwn| |conda dwn|


Coming up next
--------------
v0.1.17 (20 Sep. 2024)
----------------------

Features and front-end API
^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="argopy",
version="0.1.16",
version="0.1.17",
author="argopy Developers",
author_email="gmaze@ifremer.fr",
description="A python library for Argo data beginners and experts",
Expand All @@ -30,7 +30,7 @@
"Operating System :: POSIX",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
],
entry_points={
"xarray.backends": ["argo=argopy.xarray:ArgoEngine"],
Expand Down

0 comments on commit 88ff363

Please sign in to comment.