10 lines
277 B
Python
10 lines
277 B
Python
"""
|
|
netswitch - portable Windows NIC IP / DHCP toggle.
|
|
made by engelgardt
|
|
|
|
The single source of truth for the project version. Bump this before tagging
|
|
a release; CI reads the tag, the code reads this constant.
|
|
"""
|
|
|
|
__version__ = "1.2.0"
|
|
GITHUB_REPO = "Engelgardt23/netswitch"
|