Skip to content

Commit

Permalink
setup_win.py version error
Browse files Browse the repository at this point in the history
Signed-off-by: SONIABHISHEK121 <[email protected]>
  • Loading branch information
ABHISHEKSONI121 committed Aug 1, 2024
1 parent 640a048 commit 6db9574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
except:
rev = 0

__version__ = "%s.%s.%s" % (sys.version_info[0:2] + (rev, ))
__version__ = "3.10.3028"


HOMO = True

Expand Down

0 comments on commit 6db9574

Please sign in to comment.