File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 50
50
run : gh release upload $TAG output/saenopy_run/saenopy --clobber
51
51
env :
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
- TAG : v0.8 .0
53
+ TAG : v0.9 .0
54
54
55
55
build-windows :
56
56
92
92
path : output/saenopy_run
93
93
94
94
- 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
96
96
env :
97
97
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
98
- TAG : v0.8 .0
98
+ TAG : v0.9 .0
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ Standalone
40
40
You can download saenopy as a standalone application for windows or for linux:
41
41
42
42
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
44
44
45
45
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
47
47
48
48
Using Python
49
49
~~~~~~~~~~~~
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " saenopy"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
description = " Semi-elastic fiber optimisation in python."
5
5
authors = [" rgerum <14153051+rgerum@users.noreply.github.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments