Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Mar 31, 2024
1 parent 48f1deb commit 4eb14c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Share your thoughts and setup bits on [discuss anything](https://github.com/hypr

## Dependencies

- **Hyprland** >= 0.30 (versions < 1.8 can run on Hyprland 0.25)
- **Hyprland** >= 0.37 (< 2.1 requires Hyprland >= 0.30, < 1.8 can run on Hyprland 0.25)
- **Python** >= 3.11
- **aiofiles** python package (since Pyprland >= 2.0)

Expand Down
2 changes: 1 addition & 1 deletion pyprland/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ async def run_client():
manager = Pyprland()

if sys.argv[1] == "version":
print("2.0.9-6-gd19bca6") # Automatically updated version
print("2.0.9-7-g48f1deb") # Automatically updated version
return

if sys.argv[1] in ("--help", "-h", "help"):
Expand Down

0 comments on commit 4eb14c4

Please sign in to comment.