diff --git a/buildozer.spec b/buildozer.spec index ff05e4d..56d432f 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -28,7 +28,7 @@ source.include_exts = py,png,jpg,kv,atlas,json,vs,fs,gif #source.exclude_patterns = license,images/*/*.jpg # (str) Application versioning (method 1) -version = 0.2.0 +version = 0.4.0 # (str) Application versioning (method 2) # version.regex = __version__ = ['"](.*)['"] diff --git a/eventsapp/main.py b/eventsapp/main.py index c40a4d7..2066d16 100644 --- a/eventsapp/main.py +++ b/eventsapp/main.py @@ -4,7 +4,7 @@ Github Repo: http://github.com/pythonindia/PyCon-Mobile-App ''' -__version__ = '0.0.2' +__version__ = '0.4.0' # setup error reporting import sentry_sdk