Skip to content

Commit 952a692

Browse files
committed
add __version__
1 parent 116a038 commit 952a692

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import setuptools
22

3+
from upath import __version__
4+
35
with open("README.md") as f:
46
long_description = f.read()
5-
7+
68
setuptools.setup(
79
name="universal_pathlib",
8-
version="0.0.1",
10+
version=__version__,
911
author="Andrew Fulton",
1012
author_email="[email protected]",
1113
url="https://github.com/Quansight/universal_pathlib",

0 commit comments

Comments
 (0)