Skip to content

Commit

Permalink
update version script to use vhspace/p2pp instead of tomvandeneede/p2pp
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanmierloo committed Feb 9, 2025
1 parent 3bc97b2 commit 0e78368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion p2pp/checkversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import platform

MASTER = "https://github.com/tomvandeneede/p2pp/raw/master/version.py"
MASTER = "https://raw.githubusercontent.com/vhspace/p2pp/master/version.py"

_p = platform.python_version().strip()
python_version = _p[0]
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@

# general version info
MajorVersion = 10
MinorVersion = 0
Build = 0
MinorVersion = 1
Build = 2

Version = "{}.{:02}.{:02}".format(MajorVersion, MinorVersion, Build)

Expand Down

0 comments on commit 0e78368

Please sign in to comment.