Skip to content

Commit

Permalink
Merge pull request #41 from andrewfulton9/v0.0.12
Browse files Browse the repository at this point in the history
updates version, repo organization, and license
  • Loading branch information
andrewfulton9 committed Jan 8, 2022
2 parents adb330d + dae77bf commit ad6ddf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Quansight
Copyright (c) 2022, Andrew Fulton

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dist-name = "universal_pathlib"
author = "Andrew Fulton"
author-email = "andrewfulton9@gmail.com"
classifiers = []
home-page = "https://github.com/Quansight/universal_pathlib"
home-page = "https://github.com/fsspec/universal_pathlib"
keywords = ""
license = ""
maintainer = "Andrew Fulton"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
version=__version__,
author="Andrew Fulton",
author_email="andrewfulton9@gmail.com",
url="https://github.com/Quansight/universal_pathlib",
url="https://github.com/fsspec/universal_pathlib",
packages=setuptools.find_packages(),
python_requires=">=3.7",
description="pathlib api extended to use fsspec backends",
Expand Down
2 changes: 1 addition & 1 deletion upath/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Pathlib API extended to use fsspec backends"""
__version__ = "0.0.11"
__version__ = "0.0.12"

from upath.core import UPath

Expand Down

0 comments on commit ad6ddf4

Please sign in to comment.