Skip to content

Commit 7ea314d

Browse files
Bump version
1 parent 431c9eb commit 7ea314d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141

4242
# uncomment to publish to PyPI
4343
- name: Publish distribution to PyPI
44-
uses: pypa/gh-action-pypi-publish@master
44+
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
password: ${{ secrets.PYPI_API_TOKEN }}

concreteproperties/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
A python package to calculate the section properties of arbitrary reinforced concrete
33
sections.
44
"""
5-
__version__ = "0.4.1"
5+
__version__ = "0.5.0"

docs/source/_static/switcher.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "latest",
44
"url": "https://robbievanleeuwen.github.io/concrete-properties/"
55
},
6+
{
7+
"version": "0.5.0",
8+
"url": "https://robbievanleeuwen.github.io/concrete-properties/0.5.0/"
9+
},
610
{
711
"version": "0.4.1",
812
"url": "https://robbievanleeuwen.github.io/concrete-properties/0.4.1/"

0 commit comments

Comments
 (0)