diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c946336 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +janis-pipelines +black +pre-commit \ No newline at end of file diff --git a/setup.py b/setup.py index 5df1f36..1cb2f08 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("./README.md") as readme: long_description = readme.read() -__version__ = "v0.1.0" +__version__ = "v0.4.0" setup(