1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
86e1d846b1 🤖 Bumped version to 0.1.22
All checks were successful
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Successful in 24s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-25 19:16:33 +02:00
47617581b9 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-25 19:16:13 +02:00
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

@ -1 +1 @@
__version__ = '0.1.21' __version__ = '0.1.22'