update version

This commit is contained in:
Alex Lushpai 2020-12-18 01:00:10 +03:00
parent f008b6cca0
commit 2203f0db65
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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',