mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-21 20:46:03 +03:00
minor bump
This commit is contained in:
parent
27ff0849ec
commit
bfdb4cc554
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
2
README
2
README
@ -9,7 +9,7 @@ Install
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
pip install retailcrm
|
pip3 install retailcrm
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
@ -12,7 +12,7 @@ This is Python RetailCRM API client. This library allows to use all available AP
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install retailcrm
|
pip3 install retailcrm
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ def read(filename):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='retailcrm',
|
name='retailcrm',
|
||||||
version='5.1.1',
|
version='5.1.2',
|
||||||
description='RetailCRM API client',
|
description='RetailCRM API client',
|
||||||
long_description=read('README'),
|
long_description=read('README'),
|
||||||
url='https://github.com/retailcrm/api-client-python',
|
url='https://github.com/retailcrm/api-client-python',
|
||||||
|
Loading…
Reference in New Issue
Block a user