Skip to content

Commit 77d8eb0

Browse files
author
Saif Al-Din Ali
committed
Update
1 parent f216aa3 commit 77d8eb0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/migrate/setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
# Licensed under the MIT License. See License.txt in the project root for license information.
66
# --------------------------------------------------------------------------------------------
77

8-
from codecs import open
98
from setuptools import setup, find_packages
109

11-
VERSION = "1.0.0"
10+
VERSION = "2.0.0"
1211

1312
CLASSIFIERS = [
1413
'Development Status :: 4 - Beta',
@@ -32,8 +31,8 @@
3231
description='Support for Azure Migrate preview',
3332
long_description='Support for Azure Migrate preview',
3433
license='MIT',
35-
author='Jeffrey Li',
36-
author_email='jefl@microsoft.com',
34+
author='Saif Al-Din Ali',
35+
author_email='saifaldinali@microsoft.com',
3736
url='https://github.com/Azure/azure-cli-extensions/tree/main/src/migrate',
3837
classifiers=CLASSIFIERS,
3938
packages=find_packages(exclude=["tests"]),

0 commit comments

Comments
 (0)