mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-04 21:53:38 +03:00
update version
This commit is contained in:
parent
f008b6cca0
commit
2203f0db65
2 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
3
setup.py
3
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue