From 2c7d90f6815cadd8dd3fdc2a813ada710a6f7e93 Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Wed, 5 Jun 2024 20:58:18 -0400 Subject: [PATCH] Preparing release v2.1.0 --- AppiumLibrary/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AppiumLibrary/version.py b/AppiumLibrary/version.py index 5a913c58..6d74b8ec 100644 --- a/AppiumLibrary/version.py +++ b/AppiumLibrary/version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -VERSION = '2.1.0rc2' +VERSION = '2.1.0' diff --git a/setup.cfg b/setup.cfg index 2bca83ea..5aca3436 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description-file = README.rst +description_file = README.rst [bdist_wheel] universal=1