Skip to content

Commit b2d486e

Browse files
Akop KesheshyanAkop Kesheshyan
authored andcommitted
Updated package version to 1.1
1 parent dbc05fe commit b2d486e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

MANIFEST.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
include LICENSE
22
include bitrix24
3-
<<<<<<< HEAD
4-
include README.rst
5-
=======
63
include README.md
7-
>>>>>>> a4dbdba3abc7bbb6024b32a1383cf6d7552a94c4

bitrix24/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Copyright (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'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
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',

0 commit comments

Comments
 (0)