Skip to content

Commit

Permalink
raised version number to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Jul 28, 2023
1 parent 05599cc commit 3f7d589
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: gh release upload $TAG output/saenopy_run/saenopy --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: v1.0.1
TAG: v1.0.2

build-windows:

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
path: output/saenopy_run

- name: Upload GitHub release assets
run: gh release upload v1.0.1 "output\saenopy_run\saenopy.exe" --clobber
run: gh release upload v1.0.2 "output\saenopy_run\saenopy.exe" --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: v1.0.1
TAG: v1.0.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Check out our [Documentation](https://saenopy.readthedocs.io) on how to install
To use saenopy without a complicated installation you can use our standalone binaries to get started right away on Windows or Linux.

Windows
https://github.com/rgerum/saenopy/releases/download/v1.0.1/saenopy.exe
https://github.com/rgerum/saenopy/releases/download/v1.0.2/saenopy.exe

Linux
https://github.com/rgerum/saenopy/releases/download/v1.0.1/saenopy
https://github.com/rgerum/saenopy/releases/download/v1.0.2/saenopy

### Using Python

Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Standalone
You can download saenopy as a standalone application for windows or for linux:

Windows
https://github.com/rgerum/saenopy/releases/download/v1.0.1/saenopy.exe
https://github.com/rgerum/saenopy/releases/download/v1.0.2/saenopy.exe

Linux
https://github.com/rgerum/saenopy/releases/download/v1.0.1/saenopy
https://github.com/rgerum/saenopy/releases/download/v1.0.2/saenopy

Using Python
~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saenopy"
version = "1.0.1"
version = "1.0.2"
description = "Semi-elastic fiber optimisation in python."
authors = ["rgerum <14153051+rgerum@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 3f7d589

Please sign in to comment.