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

Commit

Permalink
0.1.148
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfiechter committed Aug 5, 2023
1 parent 9a3070e commit ba47981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ source.exclude_dirs = tests, bin, venv, old-sources, multisig
#version = 0.1.136

# (str) Application versioning (method 2)
version.regex = __version__ = ['"](.*)['"]
version.regex = __version__ = ['"]([0-9]+\.[0-9]+\.[0-9]+)['"]
version.filename = %(source.dir)s/main.py
# (list) Application requirements
Expand Down
5 changes: 1 addition & 4 deletions src/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/version.py

__version__ = '0.1.1'
__version__ = '0.1.148'

0 comments on commit ba47981

Please sign in to comment.