diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 61439e0..4b4c949 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,7 +1,9 @@ name: Tests on: - - push + - push: + tags-ignore: + - "**" - pull_request jobs: diff --git a/src/libbot/__init__.py b/src/libbot/__init__.py index 3d0556e..d833133 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.2" +__version__ = "2.0.0" __license__ = "GPL3" __author__ = "Profitroll"