From 085dafada922c7b0be14250ec0bc0c3e736bcefd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Mon, 12 Aug 2024 22:44:03 +0200
Subject: [PATCH] version

---
 .gitlab-ci.yml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 setup.cfg      |  2 +-
 2 files changed, 49 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1483809..3a34ed8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,4 +144,51 @@ build_python311:
 
 deploy_python35:
   extends: .build_python
-  image: python:3.5
\ No newline at end of file
+  image: python:3.5
+
+
+deploy_python36:
+  extends: .build_python
+  image: python:3.5
+
+
+
+deploy_python35:
+  extends: .build_python
+  image: python:3.5
+
+
+deploy_python35:
+  extends: .build_python
+  image: python:3.6
+
+
+deploy_python37:
+  extends: .build_python
+  image: python:3.7
+
+
+deploy_python38:
+  extends: .build_python
+  image: python:3.8
+
+
+
+deploy_python39:
+  extends: .build_python
+  image: python:3.9
+
+
+deploy_python310:
+  extends: .build_python
+  image: python:3.10
+
+
+deploy_python311:
+  extends: .build_python
+  image: python:3.11
+
+  
+deploy_python312:
+  extends: .build_python
+  image: python:3.12
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index e2809c5..910a412 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
 [metadata]
 name = snakehouse
 keywords = cython, extension, multiple, pyx
-version = 1.7
+version = 2.0
 long_description = file: README.md
 long_description_content_type = text/markdown; charset=UTF-8
 license_files = LICENSE
-- 
GitLab