Skip to content

Commit eec1de8

Browse files
committed
SDK regeneration
1 parent a865c7c commit eec1de8

File tree

657 files changed

+20295
-1688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

657 files changed

+20295
-1688
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Intercom Python Library
22

33
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fintercom%2Fpython-intercom)
4-
[![pypi](https://img.shields.io/pypi/v/intercom-python)](https://pypi.python.org/pypi/intercom-python)
4+
[![pypi](https://img.shields.io/pypi/v/python-intercom)](https://pypi.python.org/pypi/python-intercom)
55

66
The Intercom Python library provides convenient access to the Intercom API from Python.
77

88
## Installation
99

1010
```sh
11-
pip install intercom-python
11+
pip install python-intercom
1212
```
1313

1414
## Reference

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
2-
name = "intercom-python"
2+
name = "python-intercom"
33

44
[tool.poetry]
5-
name = "intercom-python"
6-
version = "v4.0.0a0"
5+
name = "python-intercom"
6+
version = "v4.0.0a1"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)