Skip to content

Commit

Permalink
Remove version verify step (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed May 16, 2024
1 parent ff48930 commit 4f6c90a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
python-version: "3.x"

- name: Verify version
uses: home-assistant/actions/helpers/verify-version@master

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

VERSION = "2024.5.0"
VERSION = "2024.5.1"

setup(
name="pycognito",
Expand Down

0 comments on commit 4f6c90a

Please sign in to comment.