Skip to content

Commit

Permalink
setup.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 b0b2f6f commit 640a048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
except:
rev = 0

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

HOMO = True

Expand Down

0 comments on commit 640a048

Please sign in to comment.