From 2203f0db65dc35a61b49a39e468362aa94136cae Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 18 Dec 2020 01:00:10 +0300 Subject: [PATCH] update version --- .github/workflows/ci.yml | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59d7547..3698d8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.4, 3.5, 3.6, 3.7] + python-version: [3.5, 3.6, 3.7] include: - python-version: '3.8' coverage: 1 diff --git a/setup.py b/setup.py index a38d90a..87547b8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(filename): setup( name='retailcrm', - version='5.1.0', + version='5.1.1', description='RetailCRM API client', long_description=read('README'), url='https://github.com/retailcrm/api-client-python', @@ -34,7 +34,6 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',