Skip to content

Commit

Permalink
Updated GUI version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Jul 30, 2021
1 parent b4f6789 commit 407cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kintree/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
version_info = {
'MAJOR_REVISION': 0,
'MINOR_REVISION': 4,
'RELEASE_STATUS': 0, # Digit means stable version
'RELEASE_STATUS': 1, # Digit means stable version
}
try:
version = '.'.join([str(v) for v in version_info.values()])
Expand Down

0 comments on commit 407cb35

Please sign in to comment.