diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 58e594c9..527ae8ff 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -10,13 +10,11 @@ on: push: branches: - main - - version_0.2.0 # Trigger on a open/push to a PR targeting one of these branches pull_request: branches: - main - - version_0.2.0 env: name: CARL diff --git a/carl/__init__.py b/carl/__init__.py index 25ffa23e..23a39d48 100644 --- a/carl/__init__.py +++ b/carl/__init__.py @@ -1,5 +1,5 @@ __license__ = "Apache-2.0 License" -__version__ = "0.2.0" +__version__ = "1.0.0" __author__ = "Carolin Benjamins, Theresa Eimer, Frederik Schubert, André Biedenkapp, Aditya Mohan, Sebastian Döhler"