Skip to content

Commit c735a2c

Browse files
committed
update version and dependencies
1 parent 7cae501 commit c735a2c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "umapi-client"
3-
version = "2.22"
3+
version = "3.0"
44
description = "Client for the User Management API (UMAPI) from Adobe - see https://adobe.ly/2h1pHgV"
55
readme = "README.md"
66
authors = ["Andrew Dorton <adorton@adobe.com>", "Dan Brotsky", "Danimae Vossen", "Kevin Bhunut"]

umapi_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = "2.22"
21+
__version__ = "3.0"

0 commit comments

Comments
 (0)