Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vbs #167

Closed
wants to merge 19 commits into from
Closed

Vbs #167

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
setup.py version fixed
Signed-off-by: SONIABHISHEK121 <[email protected]>
ABHISHEKSONI121 committed Aug 3, 2024
commit 4d46df0313480c621cb1ce0dab5be6d853e05844
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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