Skip to content

Commit ad6ddf4

Browse files
Merge pull request #41 from andrewfulton9/v0.0.12
updates version, repo organization, and license
2 parents adb330d + dae77bf commit ad6ddf4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Quansight
3+
Copyright (c) 2022, Andrew Fulton
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dist-name = "universal_pathlib"
99
author = "Andrew Fulton"
1010
author-email = "[email protected]"
1111
classifiers = []
12-
home-page = "https://github.com/Quansight/universal_pathlib"
12+
home-page = "https://github.com/fsspec/universal_pathlib"
1313
keywords = ""
1414
license = ""
1515
maintainer = "Andrew Fulton"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
version=__version__,
1111
author="Andrew Fulton",
1212
author_email="[email protected]",
13-
url="https://github.com/Quansight/universal_pathlib",
13+
url="https://github.com/fsspec/universal_pathlib",
1414
packages=setuptools.find_packages(),
1515
python_requires=">=3.7",
1616
description="pathlib api extended to use fsspec backends",

upath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Pathlib API extended to use fsspec backends"""
2-
__version__ = "0.0.11"
2+
__version__ = "0.0.12"
33

44
from upath.core import UPath
55

0 commit comments

Comments
 (0)