Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from JoaoEmanuell/develop
Browse files Browse the repository at this point in the history
Develop to master, Packages
  • Loading branch information
JoaoEmanuell authored Jan 17, 2024
2 parents be099fd + 7926eeb commit 8eb67cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version = 8.0.0

# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3,kivy,certifi==2023.5.7,charset-normalizer==2.1.1,idna==3.4,requests==2.28.1,urllib3==1.26.13,kivymd==1.1.1
requirements = python3,kivy,certifi==2023.7.22,charset-normalizer==2.1.1,idna==3.4,requests==2.31.0,urllib3==1.26.18,kivymd==1.1.1

# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
Expand Down
2 changes: 1 addition & 1 deletion dmyk/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.0.3"
__version__ = "8.0.4"

if __name__ == "__main__":
print(__version__)

0 comments on commit 8eb67cd

Please sign in to comment.