1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
8a6bc63f8d
🤖 Bumped version to 0.1.37
Some checks are pending
Test Python / Test (push) Waiting to run
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-25 19:18:35 +02:00
a8df8c93bb
🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-25 19:18:35 +02:00
4 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
jobs:
Package-Container:

View File

@ -3,6 +3,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
jobs:
Package:

View File

@ -1,5 +1,8 @@
name: Test Python
on: [push]
on:
push:
paths-ignore: ["README.md", ".gitignore", "LICENSE", "ruff.toml"]
jobs:
Test:

View File

@ -1 +1 @@
__version__ = '0.1.36'
__version__ = '0.1.37'