Skip to content

Commit df9bc58

Browse files
Akop KesheshyanAkop Kesheshyan
authored andcommitted
prepare versions
1 parent 99539a2 commit df9bc58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Easy way to communicate with bitrix24 portal over REST without OAuth 2.0
44

55
## Description
66

7-
Bitrix24-python-rest is a simple API wrapper for working with Bitrix24
7+
Bitrix24 REST is a simple API wrapper for working with Bitrix24
88
REST API over webhooks.
99

1010
## Features
@@ -19,7 +19,7 @@ REST API over webhooks.
1919

2020
## Installation
2121
```
22-
pip install bitrix24-python-rest
22+
pip install bitrix24-rest
2323
```
2424

2525
## Quickstart

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.1'
24+
__version__ = '1.0.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
@@ -24,7 +24,7 @@
2424
long_description = f.read()
2525

2626
setup(
27-
name='bitrix24-python-rest',
27+
name='bitrix24-rest',
2828
version='1.0.0',
2929
install_requires=['requests'],
3030
packages=find_packages(),

0 commit comments

Comments
 (0)