Skip to content

Commit da6bca0

Browse files
committed
Update version to test CI PyPI publishing
1 parent 12df1e1 commit da6bca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment:
1212
name: PyPI
13-
url: https://pypi.org/project/optimos/
13+
url: https://pypi.org/project/optimos
1414
permissions:
1515
id-token: write
1616
contents: write
1717
packages: write
1818
strategy:
1919
matrix:
20-
python-version: [3.9]
20+
python-version: [ 3.9 ]
2121
steps:
2222
- name: Check out the repo
2323
uses: actions/checkout@v3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "optimos"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
description = "Optimos is a resource allocation optimization engine for business processes with differentiated resources. Part of PIX toolset"
55
authors = ["Jonas Berx <jonas.berx@ut.ee>", "Orlenys López-Pintado <orlenys.lopez.pintado@ut.ee>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)