Skip to content

Commit 9b6ac1f

Browse files
committed
bump verion upto 0.4.0
1 parent 82f92ce commit 9b6ac1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildozer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source.include_exts = py,png,jpg,kv,atlas,json,vs,fs,gif
2828
#source.exclude_patterns = license,images/*/*.jpg
2929

3030
# (str) Application versioning (method 1)
31-
version = 0.2.0
31+
version = 0.4.0
3232

3333
# (str) Application versioning (method 2)
3434
# version.regex = __version__ = ['"](.*)['"]

eventsapp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Github Repo: http://github.com/pythonindia/PyCon-Mobile-App
55
'''
66

7-
__version__ = '0.0.2'
7+
__version__ = '0.4.0'
88

99
# setup error reporting
1010
import sentry_sdk

0 commit comments

Comments
 (0)