diff --git a/.synk b/.synk new file mode 100644 index 0000000..1202e97 --- /dev/null +++ b/.synk @@ -0,0 +1,4 @@ +# .snyk file +ignore: + certifi@MPL-2.0: + - "*" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index f36fb9e..9a6a7f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = thoughtspot_rest_api_v1 -version = 1.8.4 +version = 1.8.5 description = Library implementing the ThoughtSpot V1 REST API long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/thoughtspot_rest_api_v1/_version.py b/src/thoughtspot_rest_api_v1/_version.py index fa2822c..7e3de06 100644 --- a/src/thoughtspot_rest_api_v1/_version.py +++ b/src/thoughtspot_rest_api_v1/_version.py @@ -1 +1 @@ -__version__ = '1.8.4' +__version__ = '1.8.5'