Skip to content

Commit 0a5a533

Browse files
authored
Merge pull request #86 from code42/chore/1.0_release
Chore/1.0 release
2 parents 46820af + d2076a1 commit 0a5a533

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Code42 REST API is available for a wide variety of use cases, from performin
2121
* Complex workflow applications where Python isn't available
2222
* Applications where direct control over options is a necessity
2323

24-
Code42 API access is included with any licensed subscription of a Code42 product. See our [reference documentation](/api/) for the complete schema and methods available.
24+
Code42 API access is included with any licensed subscription of a Code42 product. See our [reference documentation](api/) for the complete schema and methods available.
2525

2626
## Incydr SDK
2727

@@ -34,7 +34,7 @@ We welcome submissions of code as well as ideas to our open source [GitHub repos
3434

3535
### Python SDK
3636

37-
The Incydr SDK provides a Python client for interacting with the [Code42 Incydr API](https://developer.code42.com/api) library.
37+
The Incydr SDK provides a Python client for interacting with the [Code42 Incydr API](api/).
3838

3939
#### Example Use Cases
4040

src/_incydr_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2022-present Code42 Software <integrations@code42.com>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.2.0"
4+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)