Compare commits

..

3 Commits

Author SHA1 Message Date
187187a8a2 Fixed tests workflow
All checks were successful
Tests / test (3.10) (push) Successful in 1m0s
Tests / test (3.11) (push) Successful in 1m2s
Tests / test (3.8) (push) Successful in 1m1s
Tests / test (3.9) (push) Successful in 1m30s
2023-08-07 11:40:50 +02:00
8d27f43cce Updated workflow 2023-08-07 11:24:48 +02:00
f181552fb8 Updated to 2.0.0 2023-08-07 11:21:49 +02:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,12 @@
name: Tests
on:
- push
- pull_request
push:
branches:
- main
tags-ignore:
- v*
pull_request:
jobs:
test:

View File

@@ -1,4 +1,4 @@
__version__ = "0.2.2"
__version__ = "2.0.0"
__license__ = "GPL3"
__author__ = "Profitroll"