diff --git a/CITATION.cff b/CITATION.cff index 2a651b8..22fc9f5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,6 +11,6 @@ authors: given-names: Michael R. orcid: https://orcid.org/0000-0002-2961-9670 title: "runcrate" -version: 0.4.0 +version: 0.5.0 doi: 10.5281/zenodo.7762627 -date-released: 2023-10-10 +date-released: 2023-11-24 diff --git a/src/runcrate/__init__.py b/src/runcrate/__init__.py index 03199c2..595d6dc 100644 --- a/src/runcrate/__init__.py +++ b/src/runcrate/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0" +__version__ = "0.5.0"