Skip to content

Commit

Permalink
Add project requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Jul 22, 2019
1 parent afdabae commit 2413944
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
janis-pipelines
black
pre-commit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open("./README.md") as readme:
long_description = readme.read()

__version__ = "v0.1.0"
__version__ = "v0.4.0"


setup(
Expand Down

0 comments on commit 2413944

Please sign in to comment.