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 fb3dacf commit e5c7bfdCopy full SHA for e5c7bfd
3 files changed
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
uses: actions/setup-python@v2
114
- name: Install dependencies
115
run:
116
- python -m pip install -U pip wheel build whine
+ python -m pip install -U pip wheel build twine
117
- name: Make dists
118
119
python -m build
CHANGES.rst
@@ -13,7 +13,7 @@ CHANGES
13
14
.. towncrier release notes start
15
16
-1.1.1a0 (2021-10-23)
+1.1.1a1 (2021-10-23)
17
====================
18
19
Bugfixes
aiozipkin/__init__.py
@@ -23,7 +23,7 @@
23
from .tracer import Tracer, create, create_custom
24
25
26
-__version__ = "1.1.1a0"
+__version__ = "1.1.1a1"
27
__all__ = (
28
"Tracer",
29
"Sampler",
0 commit comments