minor bump

This commit is contained in:
Alex Lushpai 2021-09-08 16:28:10 +03:00
parent 27ff0849ec
commit bfdb4cc554
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015-2020 RetailDriver LLC
Copyright (c) 2015-2021 RetailDriver LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

2
README
View File

@ -9,7 +9,7 @@ Install
::
pip install retailcrm
pip3 install retailcrm
Usage
-----

View File

@ -12,7 +12,7 @@ This is Python RetailCRM API client. This library allows to use all available AP
## Install
```
pip install retailcrm
pip3 install retailcrm
```
## Usage

View File

@ -15,7 +15,7 @@ def read(filename):
setup(
name='retailcrm',
version='5.1.1',
version='5.1.2',
description='RetailCRM API client',
long_description=read('README'),
url='https://github.com/retailcrm/api-client-python',