File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11include LICENSE
22include bitrix24
3- <<<<<<< HEAD
4- include README.rst
5- =======
63include README.md
7- >>>>>>> a4dbdba3abc7bbb6024b32a1383cf6d7552a94c4
Original file line number Diff line number Diff line change 2121Copyright (c) 2019 by Akop Kesheshyan.
2222"""
2323
24- __version__ = '1.0 .0'
24+ __version__ = '1.1 .0'
2525__author__ = 'Akop Kesheshyan <akop.kesheshyan@icloud.com>'
2626__license__ = 'MIT'
2727__copyright__ = 'Copyright 2019 Akop Kesheshyan'
Original file line number Diff line number Diff line change 2525
2626setup (
2727 name = 'bitrix24-rest' ,
28- version = '1.0 .0' ,
28+ version = '1.1 .0' ,
2929 install_requires = ['requests' ],
3030 packages = find_packages (),
3131 url = 'https://github.com/akopkesheshyan/bitrix24-python-rest' ,
You can’t perform that action at this time.
0 commit comments