Skip to content

Commit ae99be8

Browse files
committed
fix: update version to 1.60.0 and clean up .gitignore
1 parent 65fc8d8 commit ae99be8

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ release-lab.md
1010
__pycache__
1111
.idea
1212
todo.md
13-
.vscode
13+
.vscode
14+
dist
15+
build

android_notify/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def main():
1717
print_version()
1818
# # Placeholder for the main functionality
1919
# print("Android Notify CLI is running...")
20+
# DEV: pip install -e ., when edit and test project locally
2021

2122

2223
if __name__ == "__main__":

android_notify/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os, traceback
22

33
ON_ANDROID = False
4-
__version__ = "1.60.2(dev)"
4+
__version__ = "1.60.0"
55

66
def on_flet_app():
77
return os.getenv("MAIN_ACTIVITY_HOST_CLASS_NAME")

0 commit comments

Comments
 (0)