diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-21 15:35:28 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-21 15:35:28 -0400 |
commit | 7bb079be1966437355e67b32f1d016b53792a13d (patch) | |
tree | 27f3afbb6a53223a07b5aacd9da89ba00f27df7a /purge_path | |
parent | 09473089eca71ad2f0e8c27f43150d9dab33624a (diff) | |
download | purge_path-7bb079be1966437355e67b32f1d016b53792a13d.tar.gz |
Fix missing __version__1.0.0
Diffstat (limited to 'purge_path')
-rw-r--r-- | purge_path/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/purge_path/__init__.py b/purge_path/__init__.py index a3f7a23..b05e072 100644 --- a/purge_path/__init__.py +++ b/purge_path/__init__.py @@ -1 +1,2 @@ from . import purge_path +from .version import __version__ |