From 33f1b9a6e71cca0173f10ea86eb64f589d57e7d7 Mon Sep 17 00:00:00 2001 From: barrust Date: Thu, 28 Dec 2023 22:00:27 -0500 Subject: [PATCH] version bump; pypi two-form auth --- .github/workflows/publish.yml | 2 +- CITATION.cff | 4 ++-- probables/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fcf0c26..652efad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: pip install twine build - name: Build and publish env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} + TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python -m build diff --git a/CITATION.cff b/CITATION.cff index 028ac46..c176705 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -31,5 +31,5 @@ keywords: - Expanding Bloom Filter - Counting Cuckoo Filter license: MIT -version: 0.5.8 -date-released: '2023-06-19' \ No newline at end of file +version: 0.5.9 +date-released: '2023-12-28' \ No newline at end of file diff --git a/probables/__init__.py b/probables/__init__.py index ee6324f..845434c 100644 --- a/probables/__init__.py +++ b/probables/__init__.py @@ -27,7 +27,7 @@ __maintainer__ = "Tyler Barrus" __email__ = "barrust@gmail.com" __license__ = "MIT" -__version__ = "0.5.8" +__version__ = "0.5.9" __credits__ = [] # type: ignore __url__ = "https://github.com/barrust/pyprobables" __bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"