Updated to 2.0.0

This commit is contained in:
2023-08-07 11:21:49 +02:00
parent 32b1acf4aa
commit f181552fb8
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"