1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
59e74db4b6 🤖 Bumped version to 0.1.23
All checks were successful
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Successful in 23s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-25 19:16:30 +02:00
b47f96d152 🤖 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:
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.22'
__version__ = '0.1.23'