Skip to content

Commit

Permalink
[ADD] Increased versions
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel committed May 15, 2023
1 parent e8ebc1d commit a754677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
It relies exclusively on the API, which means output of the methods are the same as specified in the API reference.

## Versions
The Python client version follows the API versions (until the patch level). Meaning for API v2.0.0, one need to install `dfir_iris_client-2.0.0`.
The Python client version follows the API versions (until the patch level). Meaning for API v2.0.1, one need to install `dfir_iris_client-2.0.1`.
Please refer to the [documentation](https://dfir-iris.github.io/operations/api/#references) to check which version applies to your IRIS instance.

## Install
Expand Down
1 change: 1 addition & 0 deletions dfir_iris_client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"""
API_VERSION = "2.0.1"


"""client_session
Defines a global session, accessible by all classes. client_session is of type ClientSession.
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setuptools.setup(
name='dfir_iris_client',
version='2.0.0',
version='2.0.1',
packages=['dfir_iris_client', 'dfir_iris_client.helper', 'dfir_iris_client.tests'],
author="DFIR-IRIS",
author_email="[email protected]",
Expand Down

0 comments on commit a754677

Please sign in to comment.