Skip to content

Commit cbbb500

Browse files
committed
v1.1.23
1 parent b27ee70 commit cbbb500

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crisp_api/__init__.py

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

1717
class Crisp(object):
1818
REQUEST_HEADERS = {
19-
"User-Agent": "python-crisp-api/1.1.22",
19+
"User-Agent": "python-crisp-api/1.1.23",
2020
"Content-Type": "application/json"
2121
}
2222

setup.py

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

66
setup(
77
name='crisp-api',
8-
version='1.1.22',
8+
version='1.1.23',
99
author=u'Valerian Saliou',
1010
author_email='valerian@valeriansaliou.name',
1111
packages=find_packages(),

0 commit comments

Comments
 (0)