Skip to content

Commit

Permalink
Bump keyring version to 0.3.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghao104 committed Dec 4, 2020
1 parent 56ad32b commit 33eb1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 1

[metadata]
name = artifacts-keyring
version = 0.2.11.Preview
version = 0.3.0
author = Microsoft Corporation
url = https://github.com/Microsoft/artifacts-keyring
license_file = LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion src/artifacts_keyring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import absolute_import

__author__ = "Microsoft Corporation <python@microsoft.com>"
__version__ = "0.2.11.Preview"
__version__ = "0.3.0"

import json
import subprocess
Expand Down

0 comments on commit 33eb1ba

Please sign in to comment.