diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 728d63bc90c493206ffc9aeeb94ee21807de91d4..ce09ae758cd7f49177b15ac8a34d00865ba9aca0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,12 +16,12 @@ before_script:
 
 # Defines stages which are to be executed
 stages:
-  - build_buster
+  - build_bullseye
   - upload_to_repo
 
-# Stage "build_buster"
-build_buster:
-  stage: build_buster
+# Stage "build_bullseye"
+build_bullseye:
+  stage: build_bullseye
   script:
     - apt update
     - apt install -y python3-stdeb python-all
diff --git a/setup.py b/setup.py
index d5b5f9c9b937a1691c29a92dfb2c4f4418c01315..e9a0bff52bfbfd5459a7805aaf4b1414701aaf7b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-VERSION = '1.0.6'
+VERSION = '1.1.0'
 AUTHOR = 'Michael Loipführer'
 
 
diff --git a/stdeb.cfg b/stdeb.cfg
index 929808aff287c231203b2a9ce866f006a0edf0bd..a0c13cd7134391ce499322f59861744855fe507f 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,3 +1,3 @@
 [lustmolch]
 Depends: python3-click python3-jinja2 systemd-container debootstrap
-Suite: buster
+Suite: bullseye