diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-06-06 12:29:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 12:29:52 -0400 |
commit | 6e0991598728a2ffb20491e440a1f495c5899874 (patch) | |
tree | 66bf71dd217a1ffe680e5ca02e902cecb20109d4 /firewatch/__init__.py | |
parent | 9ec5a7160f9b38fa9042b57988349defac6971c4 (diff) | |
parent | a25af465719d66b46b35c4d3327ff4733c54a35a (diff) | |
download | firewatch-0.0.2.tar.gz |
Merge pull request #2 from jhunkeler/add-version0.0.2
Add --version argument
Diffstat (limited to 'firewatch/__init__.py')
-rw-r--r-- | firewatch/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firewatch/__init__.py b/firewatch/__init__.py index e69de29..0eea61c 100644 --- a/firewatch/__init__.py +++ b/firewatch/__init__.py @@ -0,0 +1 @@ +from .version import * |