Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VALORANT Rank Yoinker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Synced
VALORANT Rank Yoinker
Commits
968bc961
Commit
968bc961
authored
2 years ago
by
OwOHamper
Browse files
Options
Downloads
Patches
Plain Diff
updated version
parent
d45cf1c6
No related branches found
Branches containing commit
Tags
1.261
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
src/constants.py
+1
-1
1 addition, 1 deletion
src/constants.py
with
2 additions
and
2 deletions
setup.py
+
1
−
1
View file @
968bc961
...
...
@@ -5,7 +5,7 @@ build_exe_options = {"path": sys.path}
setup
(
name
=
"
VALORANT rank yoinker
"
,
version
=
"
1.26
"
,
version
=
"
1.26
1
"
,
description
=
'
vRY - Live Match Rank Viewer
'
,
executables
=
[
Executable
(
"
main.py
"
,
icon
=
"
./assets/Logo.ico
"
)],
options
=
{
"
build_exe
"
:
build_exe_options
}
...
...
This diff is collapsed.
Click to expand it.
src/constants.py
+
1
−
1
View file @
968bc961
from
colr
import
color
import
requests
version
=
"
1.26
"
version
=
"
1.26
1
"
enablePrivateLogging
=
False
hide_names
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment