From 329c1862ccfef5cc751a1f7714c149aa8cc582e3 Mon Sep 17 00:00:00 2001 From: Bryan Apellanes Date: Wed, 11 Dec 2024 10:01:54 -0600 Subject: [PATCH] update version --- okta/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/okta/__init__.py b/okta/__init__.py index 0ddba430d..5eb521419 100644 --- a/okta/__init__.py +++ b/okta/__init__.py @@ -1 +1 @@ -__version__ = '2.9.8' +__version__ = '2.9.9' diff --git a/setup.cfg b/setup.cfg index 8c3eb94ec..2f5d2c7da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ universal = 1 [metadata] -license_file = LICENSE.md \ No newline at end of file +license_files = LICENSE.md \ No newline at end of file