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",