Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
🎉 Prepare release v4.0.aplha1
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jun 1, 2020
1 parent 60d4c9a commit b3349e4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ verify_ssl = true
[dev-packages]
GitPython = "*"


[packages]
fonttools = "*"
psutil = "*"
pynput = "*"
pystray = "*"
PyQt5 = "*"
PyQt5 = "~=5.15"
qtpy = "*"
cairosvg = "~=2.4.2"

[requires]
python_version = "3.8"
2 changes: 1 addition & 1 deletion guiscrcpy.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=3.9.3
Version=4.0.alpha1
Name=guiscrcpy
GenericName=guiscrcpy
Comment=Open Source Android Screen Mirroring System
Expand Down
2 changes: 1 addition & 1 deletion guiscrcpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"""

VERSION = '3.9.3'
VERSION = '4.0.alpha1'
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PyQt5>=5.14,<5.15
PyQt5~=5.15
pynput>=1.6
pystray==0.14.4
cairosvg
cairosvg~=2.4
QtPy~=1.9
psutil~=5.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

setup(
name='guiscrcpy',
version='3.9.3',
version='4.0.alpha1',
description='An Open Source - Fast - Android Screen Mirroring system.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion snap/gui/guiscrcpy.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=3.9.3
Version=4.0.alpha1
Name=guiscrcpy
GenericName=guiscrcpy
Comment=Open Source Android Screen Mirroring System
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: guiscrcpy
version: 3.9.3
version: 4.0.alpha1
summary: An opensource GUI for android screen mirroring
description: |
A full fledged GUI integration for the award winning open source scrcpy, for
Expand Down

0 comments on commit b3349e4

Please sign in to comment.