Bump xdgenvpy to 3.0.* (#12671)

This commit is contained in:
sobolevn
2024-09-17 14:19:28 +03:00
committed by GitHub
parent 0a0ba2f4d0
commit d3070c5845
2 changed files with 1 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
version = "2.4.*"
version = "3.0.*"
upstream_repository = "https://gitlab.com/deliberist-group/xdgenvpy"

View File

@@ -1,3 +0,0 @@
from xdgenvpy.xdgenv import XDG as XDG, XDGPackage as XDGPackage, XDGPedanticPackage as XDGPedanticPackage
__all__ = ("XDG", "XDGPackage", "XDGPedanticPackage")