Skip to content

Commit

Permalink
Bump to 1.1.1a1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 23, 2021
1 parent fb3dacf commit e5c7bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/setup-python@v2
- name: Install dependencies
run:
python -m pip install -U pip wheel build whine
python -m pip install -U pip wheel build twine
- name: Make dists
run:
python -m build
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CHANGES

.. towncrier release notes start
1.1.1a0 (2021-10-23)
1.1.1a1 (2021-10-23)
====================

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion aiozipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .tracer import Tracer, create, create_custom


__version__ = "1.1.1a0"
__version__ = "1.1.1a1"
__all__ = (
"Tracer",
"Sampler",
Expand Down

0 comments on commit e5c7bfd

Please sign in to comment.