Skip to content

Commit e5c7bfd

Browse files
committed
Bump to 1.1.1a1
1 parent fb3dacf commit e5c7bfd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/setup-python@v2
114114
- name: Install dependencies
115115
run:
116-
python -m pip install -U pip wheel build whine
116+
python -m pip install -U pip wheel build twine
117117
- name: Make dists
118118
run:
119119
python -m build

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CHANGES
1313

1414
.. towncrier release notes start
1515
16-
1.1.1a0 (2021-10-23)
16+
1.1.1a1 (2021-10-23)
1717
====================
1818

1919
Bugfixes

aiozipkin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .tracer import Tracer, create, create_custom
2424

2525

26-
__version__ = "1.1.1a0"
26+
__version__ = "1.1.1a1"
2727
__all__ = (
2828
"Tracer",
2929
"Sampler",

0 commit comments

Comments
 (0)