Skip to content

Commit f6eb54c

Browse files
committed
raised version number to v0.9.0
1 parent 6c3afd1 commit f6eb54c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/installer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: gh release upload $TAG output/saenopy_run/saenopy --clobber
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
TAG: v0.8.0
53+
TAG: v0.9.0
5454

5555
build-windows:
5656

@@ -92,7 +92,7 @@ jobs:
9292
path: output/saenopy_run
9393

9494
- name: Upload GitHub release assets
95-
run: gh release upload v0.8.0 "output\saenopy_run\saenopy.exe" --clobber
95+
run: gh release upload v0.9.0 "output\saenopy_run\saenopy.exe" --clobber
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98-
TAG: v0.8.0
98+
TAG: v0.9.0

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ Standalone
4040
You can download saenopy as a standalone application for windows or for linux:
4141

4242
Windows
43-
https://github.com/rgerum/saenopy/releases/download/v0.8.0/saenopy.exe
43+
https://github.com/rgerum/saenopy/releases/download/v0.9.0/saenopy.exe
4444

4545
Linux
46-
https://github.com/rgerum/saenopy/releases/download/v0.8.0/saenopy
46+
https://github.com/rgerum/saenopy/releases/download/v0.9.0/saenopy
4747

4848
Using Python
4949
~~~~~~~~~~~~

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "saenopy"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "Semi-elastic fiber optimisation in python."
55
authors = ["rgerum <14153051+rgerum@users.noreply.github.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)