Updated to 2.0.0

This commit is contained in:
Profitroll 2023-08-07 11:21:49 +02:00
parent 32b1acf4aa
commit f181552fb8
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
name: Tests
on:
- push
- push:
tags-ignore:
- "**"
- pull_request
jobs:

View File

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