Skip to content

Commit

Permalink
Increment version to 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nate DeSimone <[email protected]>
  • Loading branch information
nate-desimone committed Apr 6, 2021
1 parent 665c480 commit 3734be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-scripts/version_numbers.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[edkrepo]
version=2.0.0
version=2.1.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#
## @file setup.py
#
# Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#

from setuptools import setup

setup(name='edkrepo',
version='2.0.0',
version='2.1.0',
description='The edkrepo tools',
packages=['edkrepo', 'edkrepo.commands', 'edkrepo.commands.arguments', 'edkrepo.commands.humble',
'edkrepo.git_automation', 'edkrepo.common', 'edkrepo.common.workspace_maintenance',
Expand Down

0 comments on commit 3734be4

Please sign in to comment.