From e5c7bfd754aeb46a5d962296f5246677e1ba4822 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 23 Oct 2021 13:52:06 +0300 Subject: [PATCH] Bump to 1.1.1a1 --- .github/workflows/ci.yml | 2 +- CHANGES.rst | 2 +- aiozipkin/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 110518e..2233390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGES.rst b/CHANGES.rst index 92643a8..d59e680 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,7 +13,7 @@ CHANGES .. towncrier release notes start -1.1.1a0 (2021-10-23) +1.1.1a1 (2021-10-23) ==================== Bugfixes diff --git a/aiozipkin/__init__.py b/aiozipkin/__init__.py index b494d69..7d760d9 100644 --- a/aiozipkin/__init__.py +++ b/aiozipkin/__init__.py @@ -23,7 +23,7 @@ from .tracer import Tracer, create, create_custom -__version__ = "1.1.1a0" +__version__ = "1.1.1a1" __all__ = ( "Tracer", "Sampler",