We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc893cd commit e36c1b4Copy full SHA for e36c1b4
2 files changed
setup.cfg
@@ -3,7 +3,7 @@ universal = 0
3
4
[metadata]
5
name = artifacts-keyring
6
-version = 1.0.0rc1
+version = 1.0.0
7
author = Microsoft Corporation
8
url = https://github.com/Microsoft/artifacts-keyring
9
license = "MIT"
src/artifacts_keyring/__init__.py
@@ -6,7 +6,7 @@
from __future__ import absolute_import
__author__ = "Microsoft Corporation <python@microsoft.com>"
-__version__ = "1.0.0rc1"
+__version__ = "1.0.0"
10
11
import warnings
12
from .support import urlsplit
0 commit comments