Skip to content

Commit

Permalink
Merge pull request #23 from benvanmierloo/master
Browse files Browse the repository at this point in the history
update version script to use vhspace/p2pp instead of tomvandeneede/p2pp
  • Loading branch information
markballew authored Feb 9, 2025
2 parents 3bc97b2 + 0e78368 commit 0487284
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 0487284

Please sign in to comment.