File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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 : v1.0.0
53
+ TAG : v1.0.1
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 v1.0.0 "output\saenopy_run\saenopy.exe" --clobber
95
+ run : gh release upload v1.0.1 "output\saenopy_run\saenopy.exe" --clobber
96
96
env :
97
97
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
98
- TAG : v1.0.0
98
+ TAG : v1.0.1
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ Check out our [Documentation](https://saenopy.readthedocs.io) on how to install
24
24
To use saenopy without a complicated installation you can use our standalone binaries to get started right away on Windows or Linux.
25
25
26
26
Windows
27
- https://github.com/rgerum/saenopy/releases/download/v1.0.0 /saenopy.exe
27
+ https://github.com/rgerum/saenopy/releases/download/v1.0.1 /saenopy.exe
28
28
29
29
Linux
30
- https://github.com/rgerum/saenopy/releases/download/v1.0.0 /saenopy
30
+ https://github.com/rgerum/saenopy/releases/download/v1.0.1 /saenopy
31
31
32
32
### Using Python
33
33
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/v1.0.0 /saenopy.exe
43
+ https://github.com/rgerum/saenopy/releases/download/v1.0.1 /saenopy.exe
44
44
45
45
Linux
46
- https://github.com/rgerum/saenopy/releases/download/v1.0.0 /saenopy
46
+ https://github.com/rgerum/saenopy/releases/download/v1.0.1 /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 = " 1.0.0 "
3
+ version = " 1.0.1 "
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