Skip to content

Commit

Permalink
bump verion upto 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Oct 4, 2018
1 parent 82f92ce commit 9b6ac1f
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 @@ -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__ = ['"](.*)['"]
Expand Down
2 changes: 1 addition & 1 deletion eventsapp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b6ac1f

Please sign in to comment.