Skip to content

Commit

Permalink
pump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaratustrah committed Jun 19, 2023
1 parent 549847a commit 93d0d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iqgui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ block_cipher = None

import sys
sys.setrecursionlimit(5000)
__version__ = '4.0.4'
__version__ = '4.0.6'

a = Analysis(['iqgui/__main__.py'],
pathex=['F:\\git\\iqtools'],
Expand Down
2 changes: 1 addition & 1 deletion iqtools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
xaratustrah@github Jan-2016
"""

__version_info__ = (4, 0, 5)
__version_info__ = (4, 0, 6)
__version__ = '.'.join('%d' % d for d in __version_info__)

0 comments on commit 93d0d05

Please sign in to comment.