From bce71280d370ffaa271f3e09a423024d236fbda7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 21:36:19 -0500 Subject: [PATCH] release: v0.15.13 (#941) Co-authored-by: weibullguy --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8ddf20e4d..18eaa035d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.12 +0.15.13 diff --git a/pyproject.toml b/pyproject.toml index 75d695c6c..777a3bf94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ramstk" -version = "0.15.12" +version = "0.15.13" description = "A tool to manage RAMS data and analyses." authors = ["Doyle 'weibullguy' Rowland "] maintainers = ["Doyle 'weibullguy' Rowland "]