Skip to content

Commit e36c1b4

Browse files
authored
Release 1.0.0 (#98)
1 parent fc893cd commit e36c1b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
name = artifacts-keyring
6-
version = 1.0.0rc1
6+
version = 1.0.0
77
author = Microsoft Corporation
88
url = https://github.com/Microsoft/artifacts-keyring
99
license = "MIT"

src/artifacts_keyring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from __future__ import absolute_import
77

88
__author__ = "Microsoft Corporation <python@microsoft.com>"
9-
__version__ = "1.0.0rc1"
9+
__version__ = "1.0.0"
1010

1111
import warnings
1212
from .support import urlsplit

0 commit comments

Comments
 (0)