Skip to content

Commit 3f7d589

Browse files
committed
raised version number to v1.0.2
1 parent 05599cc commit 3f7d589

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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: v1.0.1
53+
TAG: v1.0.2
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 v1.0.1 "output\saenopy_run\saenopy.exe" --clobber
95+
run: gh release upload v1.0.2 "output\saenopy_run\saenopy.exe" --clobber
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98-
TAG: v1.0.1
98+
TAG: v1.0.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Check out our [Documentation](https://saenopy.readthedocs.io) on how to install
2424
To use saenopy without a complicated installation you can use our standalone binaries to get started right away on Windows or Linux.
2525

2626
Windows
27-
https://github.com/rgerum/saenopy/releases/download/v1.0.1/saenopy.exe
27+
https://github.com/rgerum/saenopy/releases/download/v1.0.2/saenopy.exe
2828

2929
Linux
30-
https://github.com/rgerum/saenopy/releases/download/v1.0.1/saenopy
30+
https://github.com/rgerum/saenopy/releases/download/v1.0.2/saenopy
3131

3232
### Using Python
3333

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/v1.0.1/saenopy.exe
43+
https://github.com/rgerum/saenopy/releases/download/v1.0.2/saenopy.exe
4444

4545
Linux
46-
https://github.com/rgerum/saenopy/releases/download/v1.0.1/saenopy
46+
https://github.com/rgerum/saenopy/releases/download/v1.0.2/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 = "1.0.1"
3+
version = "1.0.2"
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)