Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Release/0.6.0 (#47)
Browse files Browse the repository at this point in the history
Bump version to 0.6.0 in preparation for GMD submission.

* update history for 0.6.0

* Bump version: 0.5.1 → 0.6.0
  • Loading branch information
Jeremy McGibbon authored Jan 26, 2021
1 parent de6ad88 commit 573cfab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
History
=======

latest
v0.6.0
------

Major changes:
Expand Down
2 changes: 1 addition & 1 deletion fv3gfs/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
from .buffer import array_buffer, send_buffer, recv_buffer
from ._corners import fill_scalar_corners

__version__ = "0.5.1"
__version__ = "0.6.0"
__all__ = list(key for key in locals().keys() if not key.startswith("_"))
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.6.0
commit = True

[bdist_wheel]
Expand All @@ -19,3 +19,4 @@ replace = __version__ = "{new_version}"
[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
packages=find_namespace_packages(include=["fv3gfs.*"]),
include_package_data=True,
url="https://github.com/VulcanClimateModeling/fv3gfs-wrapper",
version="0.5.1",
version="0.6.0",
zip_safe=False,
)

0 comments on commit 573cfab

Please sign in to comment.