From 7ea06f2f6d2588fcbe9254485ef30f82207f6324 Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Thu, 25 May 2023 16:34:27 +1000 Subject: [PATCH] Bump version to 0.5.1 --- concreteproperties/__init__.py | 2 +- docs/source/_static/switcher.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/concreteproperties/__init__.py b/concreteproperties/__init__.py index 66671a92..ae91f70a 100644 --- a/concreteproperties/__init__.py +++ b/concreteproperties/__init__.py @@ -2,4 +2,4 @@ A python package to calculate the section properties of arbitrary reinforced concrete sections. """ -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index b8906963..192e0f19 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -4,8 +4,8 @@ "url": "https://robbievanleeuwen.github.io/concrete-properties/" }, { - "version": "0.5.0", - "url": "https://robbievanleeuwen.github.io/concrete-properties/0.5.0/" + "version": "0.5.1", + "url": "https://robbievanleeuwen.github.io/concrete-properties/0.5.1/" }, { "version": "0.4.1",