diff --git a/.gitignore b/.gitignore index aaa8228..db6d66b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.tfstate *.tfstate.backup -*.pyc \ No newline at end of file +*.pyc +*.egg-info +.idea \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b1fc69e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include VERSION \ No newline at end of file diff --git a/VERSION b/VERSION index 8a9ecc2..7bcd0e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2 \ No newline at end of file