Skip to content

Commit

Permalink
setup.py version fixed
Browse files Browse the repository at this point in the history
Signed-off-by: SONIABHISHEK121 <[email protected]>
  • Loading branch information
ABHISHEKSONI121 committed Aug 3, 2024
1 parent d64d342 commit 4d46df0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
import warnings
import sys

try:
rev = subprocess.check_output(
["git", "rev-list", "--count", "--all"], stderr=subprocess.PIPE
).strip().decode("ascii")
except:
rev = 0

__version__ = "3.10.3027"
__version__ = "3.10.3028"

HOMO = True

Expand Down

0 comments on commit 4d46df0

Please sign in to comment.