From 5cc01cd5d353a2a6e748c928d37d9fe1167ae5c0 Mon Sep 17 00:00:00 2001
From: pszenny <pszenny@e-science.pl>
Date: Tue, 22 Nov 2022 09:40:59 +0100
Subject: [PATCH] Release 1.0.6

---
 README.md            | 2 +-
 docs/installation.md | 6 +++---
 setup.py             | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ccf3a41..5fb02a1 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
 Clone this repository and install COMBO (we suggest creating a virtualenv/conda environment with Python 3.6+, as a bundle of required packages will be installed):
 ```bash
 pip install -U pip setuptools wheel
-pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.5
+pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.6
 ```
 For Python 3.9 you may also need to install cython:
 ```bash
diff --git a/docs/installation.md b/docs/installation.md
index 6354582..6142605 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -2,7 +2,7 @@
 Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+):
 ```bash
 pip install -U pip setuptools wheel
-pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.5
+pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.6
 combo --helpfull
 ```
 
@@ -11,7 +11,7 @@ combo --helpfull
 python -m venv venv
 source venv/bin/activate
 pip install -U pip setuptools wheel
-pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.5
+pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.6
 ```
 
 ### Conda example:
@@ -19,7 +19,7 @@ pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.5
 conda create -n combo python=3.8
 conda activate combo
 pip install -U pip setuptools wheel
-pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.5
+pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.6
 ```
 
 ## Problems & solutions
diff --git a/setup.py b/setup.py
index e42da29..a5680e7 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ REQUIREMENTS = [
 
 setup(
     name='combo',
-    version='1.0.5',
+    version='1.0.6',
     author='Mateusz Klimaszewski',
     author_email='M.Klimaszewski@ii.pw.edu.pl',
     install_requires=REQUIREMENTS,
-- 
GitLab