Skip to content

Commit

Permalink
publish 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Feb 16, 2025
1 parent c0b16c6 commit 46886d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest flake8 "kivy>=2.3,<2.4" "asyncgui>=0.7,<0.8"
python -m pip install pytest flake8 "kivy>=2.3,<2.4" "asyncgui>=0.7.2,<0.9"
python -m pip install .
- name: Lint with flake8
run: make style
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asynckivy"
version = "0.7.1.dev0"
version = "0.7.1"
description = "Async library for Kivy"
authors = ["Nattōsai Mitō <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 46886d1

Please sign in to comment.